'Declaration Public Overridable Sub GetAnchorRect( _ ByVal anchor As C1Anchor, _ ByRef anchorRect As RectangleD, _ ByRef anchorVisible As Boolean _ )
public virtual void GetAnchorRect( C1Anchor anchor, ref RectangleD anchorRect, ref bool anchorVisible )
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.