Gets or sets the size of this RectangleD.

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

Syntax

Visual Basic (Declaration)
Public Property Size As SizeD
C#
public SizeD Size { get; set; }
Visual C++
public:
property SizeD Size {
	SizeD get ();
	void set (SizeD value);
}

Return Value

A SizeD that represents the width and height of this RectangleD structure.

See Also