Gets a rectangle corresponding to a C1Anchor in the current fragment.
Namespace:
C1.C1PreviewAssembly: C1.C1Report.2 (in C1.C1Report.2.dll)
Syntax
C# |
---|
public override void GetAnchorRect( C1Anchor anchor, ref RectangleD anchorRect, ref bool anchorVisible ) |
Visual Basic |
---|
Public Overrides Sub GetAnchorRect ( _ anchor As C1Anchor, _ ByRef anchorRect As RectangleD, _ ByRef anchorVisible As Boolean _ ) |
Parameters
- anchor
- Type: C1.C1Preview..::..C1Anchor
The anchor to test.
- anchorRect
- Type: C1.C1Preview..::..RectangleD%
OUT: A RectangleD structure defining the area within the current fragment associated with anchor.
- anchorVisible
- Type: System..::..Boolean%
OUT: true if anchor is visible in the current fragment, false otherwise.