DK for Java | tatukgis.jdk.TGIS_Point.Create | Overloads | Constructors | Fields | Methods
Create object on given coordinates.
Available also on: .NET.
// Java public TGIS_Point( int _x, int _y );
// Oxygene public constructor ( _x : Integer; _y : Integer );
Name | Type | Description |
---|---|---|
_x | int Integer | x coordinate |
_y | int Integer | y coordinate |