DK for Delphi | GisLayerVector.TGIS_Shape.GetPointEx | Constructors | Fields | Methods | Properties
Retrieve a point coordinates from a shape segment.
// Delphi public procedure GetPointEx( const _part : Integer; const _pos : Integer; var _x : Double; var _y : Double ); virtual;
// C++ Builder public: virtual void GetPointEx( const int _part, const int _pos, double &_x, double &_y );
Name | Type | Description |
---|---|---|
_part | Integer | part number |
_pos | Integer | point number |
_x | Double | x coordinate |
_y | Double | y coordinate |