Initializes a new instance of the SizeD structure.

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

Syntax

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

Parameters

width
Type: System..::..Double
The horizontal component of the SizeD.
height
Type: System..::..Double
The vertical component of the SizeD.

See Also