Gets or sets the coordinates of the upper-left corner of this RectangleD structure.

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

Syntax

Visual Basic
Public Property Location As PointD
	Get
	Set
C#
public PointD Location { get; set; }
Visual C++
public:
property PointD Location {
	PointD get ();
	void set (PointD value);
}
JavaScript
function get_location();
function set_location(value);

Return Value

A PointD that represents the upper-left corner of this RectangleD structure.

See Also