Initializes a new instance of the C1AnchorInfo class.

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

Syntax

C#
public C1AnchorInfo(
	C1Anchor anchor,
	int pageIndex,
	PointD point
)
Visual Basic
Public Sub New ( _
	anchor As C1Anchor, _
	pageIndex As Integer, _
	point As PointD _
)

Parameters

anchor
Type: C1.C1Preview..::..C1Anchor
The anchor associated with the current instance.
pageIndex
Type: System..::..Int32
The 0-based page index.
point
Type: C1.C1Preview..::..PointD
The point on the page.

See Also