IFormattedLine::SetVisibleArea Method (Rect)
Visual Studio 2015
Sets the visible area in which this text line will be formatted.
Assembly: Microsoft.VisualStudio.Text.UI.Wpf (in Microsoft.VisualStudio.Text.UI.Wpf.dll)
Parameters
- visibleArea
-
Type:
System.Windows::Rect
The bounds of the visible area on the drawing surface upon which this text line will be formatted.
| Exception | Condition |
|---|---|
| ObjectDisposedException | This IWpfTextViewLine has been disposed. |
The visibility state of this text line is determined strictly by the top and bottom of visibleArea.
Show: