Gets or sets the x-coordinate of this PointD.
Namespace:
EGIS.ShapeFileLibAssembly: EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Property X As Double |
| C# |
|---|
public double X { get; set; } |
| Visual C++ |
|---|
public: property double X { double get (); void set (double value); } |