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

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

Syntax

Visual Basic (Declaration)
Public Sub New ( _
	size As SizeD _
)
C#
public SizeD(
	SizeD size
)
Visual C++
public:
SizeD(
	SizeD size
)

Parameters

size
Type: EGIS.ShapeFileLib..::.SizeD
The SizeD from which to create the new SizeD.

See Also