Gets the x-coordinate of the left edge of this RectangleD structure.

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

Syntax

Visual Basic
Public ReadOnly Property Left As Double
	Get
C#
public double Left { get; }
Visual C++
public:
property double Left {
	double get ();
}
JavaScript
function get_left();

Return Value

The x-coordinate of the left edge of this RectangleD structure.

See Also