C1.WPF.PrintDocument.4.6.2 Assembly / C1.C1Preview Namespace / RenderVerticalTextFragment Class / GetAnchorRect Method
The anchor to test.
OUT: A RectangleD structure defining the area within the current fragment associated with anchor.
OUT: true if anchor is visible in the current fragment, false otherwise.

In This Topic
GetAnchorRect Method (RenderVerticalTextFragment)
In This Topic
Gets a rectangle corresponding to a C1Anchor in the current fragment.
Syntax
'Declaration
 
Public Overridable Sub GetAnchorRect( _
   ByVal anchor As C1Anchor, _
   ByRef anchorRect As RectangleD, _
   ByRef anchorVisible As Boolean _
) 
 

Parameters

anchor
The anchor to test.
anchorRect
OUT: A RectangleD structure defining the area within the current fragment associated with anchor.
anchorVisible
OUT: true if anchor is visible in the current fragment, false otherwise.
See Also