'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 C1Anchor object to get the location of.
- anchorRect
- OUT: The bounds of anchor in the fragment in ResolvedUnit units. (Note that this parameter is assigned a valid value only if anchorVisible is true on method return.
- anchorVisible
- OUT: true if anchor appears in the current fragment, false otherwise.