[]
Calculates the location of a C1Anchor contained in the Anchors collection of the render object that produced the current fragment.
public virtual void GetAnchorRect(C1Anchor anchor, ref RectangleD anchorRect, ref bool anchorVisible)
Public Overridable Sub GetAnchorRect(anchor As C1Anchor, ByRef anchorRect As RectangleD, ByRef anchorVisible As Boolean)
| Type | Name | Description |
|---|---|---|
| C1Anchor | anchor | The C1Anchor object to get the location of. |
| RectangleD | anchorRect | OUT: The bounds of |
| bool | anchorVisible | OUT: true if |