Initializes a new instance of the RectangleD structure.

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

Syntax

C#
public RectangleD(
	double x,
	double y,
	double width,
	double height
)
Visual Basic
Public Sub New ( _
	x As Double, _
	y As Double, _
	width As Double, _
	height As Double _
)

Parameters

x
Type: System..::..Double
The X coordinate of the left side of the rectangle.
y
Type: System..::..Double
The Y coordinate of the top side of the rectangle.
width
Type: System..::..Double
The width of the rectangle.
height
Type: System..::..Double
The height of the rectangle.

See Also