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,
	C1Page page,
	RectangleD boundsOnPage
)
Visual Basic
Public Sub New ( _
	anchor As C1Anchor, _
	page As C1Page, _
	boundsOnPage As RectangleD _
)

Parameters

anchor
Type: C1.C1Preview..::..C1Anchor
The anchor associated with the current instance.
page
Type: C1.C1Preview..::..C1Page
C1Page object where anchor is.
boundsOnPage
Type: C1.C1Preview..::..RectangleD
The bounds on the page.

See Also