Gets the x-coordinate of the left edge of this RectangleD structure.
Namespace:
EGIS.ShapeFileLibAssembly: 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(); |