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