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 (Declaration)
Public ReadOnly Property Left As Double
C#
public double Left { get; }
Visual C++
public:
property double Left {
	double get ();
}

Return Value

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

See Also