Initializes a new instance of the RectangleD structure.

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

Syntax

C#
public RectangleD(
	PointD location,
	SizeD size
)
Visual Basic
Public Sub New ( _
	location As PointD, _
	size As SizeD _
)

Parameters

location
Type: C1.C1Preview..::..PointD
The location (coordinates of the top left corner) of the rectangle.
size
Type: C1.C1Preview..::..SizeD
The size of the rectangle.

See Also