Calculates the location of a C1Anchor contained in the Anchors collection of the render object that produced the current fragment.

Namespace:  C1.C1Preview
Assembly:  C1.C1Report.2 (in C1.C1Report.2.dll)

Syntax

C#
public virtual void GetAnchorRect(
	C1Anchor anchor,
	ref RectangleD anchorRect,
	ref bool anchorVisible
)
Visual Basic
Public Overridable Sub GetAnchorRect ( _
	anchor As C1Anchor, _
	ByRef anchorRect As RectangleD, _
	ByRef anchorVisible As Boolean _
)

Parameters

anchor
Type: C1.C1Preview..::..C1Anchor
The C1Anchor object to get the location of.
anchorRect
Type: C1.C1Preview..::..RectangleD%
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
Type: System..::..Boolean%
OUT: true if anchor appears in the current fragment, false otherwise.

See Also