Gets or sets the size of this RectangleD.

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

Syntax

Visual Basic
Public Property Size As SizeD
	Get
	Set
C#
public SizeD Size { get; set; }
Visual C++
public:
property SizeD Size {
	SizeD get ();
	void set (SizeD value);
}
JavaScript
function get_size();
function set_size(value);

Return Value

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

See Also