Initializes a new instance of the SizeD class from the specified dimensions.

Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

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

Parameters

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

See Also