Initializes a new instance of the C1HyperlinkInfo..::..Area class.

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

Syntax

C#
public Area(
	int pageIndex,
	RectangleD rect
)
Visual Basic
Public Sub New ( _
	pageIndex As Integer, _
	rect As RectangleD _
)

Parameters

pageIndex
Type: System..::..Int32
The 0-based index of the page.
rect
Type: C1.C1Preview..::..RectangleD
The rectangle on the page.

See Also