DK for .NET | TatukGIS.NDK.TGIS_Point | Records | Constructors | Fields | Methods
Like TPoint, but based on doubles instead of integers.
// C# public struct TGIS_Point { }
' VisualBasic Public Structure TGIS_Point End Structure
// Oxygene type TGIS_Point = public record end;
| Name | Visibility | Description | |
|---|---|---|---|
| TGIS_Point(double, double) | public | Create object on given coordinates. | |
| TGIS_Point(int, int) | public | Create object on given coordinates. | |
| Name | Visibility | Description | |
|---|---|---|---|
| X | public | horizontal position | |
| Y | public | vertical position | |