DK11 for Delphi | GisFunctions.GisPoint | Fields | Methods
Create a new point.
// Delphi function GisPoint( const _x : Double; const _y : Double ) : TGIS_Point; inline;
// C++ Builder extern DELPHI_PACKAGE TGIS_Point* GisPoint( const double _x, const double _y );
Name | Type | Description |
---|---|---|
_x | Double | coordinate |
_y | Double | coordinate |
Type | Description |
---|---|
TGIS_Point | new point |