IFormattedLine.SetVisibleArea(Rect) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the visible area in which this text line will be formatted.
public:
void SetVisibleArea(System::Windows::Rect visibleArea);
public void SetVisibleArea (System.Windows.Rect visibleArea);
abstract member SetVisibleArea : System.Windows.Rect -> unit
Public Sub SetVisibleArea (visibleArea As Rect)
Parameters
- visibleArea
- Rect
The bounds of the visible area on the drawing surface upon which this text line will be formatted.
Exceptions
This IWpfTextViewLine has been disposed.
Remarks
The VisibilityState of this text line is determined strictly by the top and bottom of visibleArea
.