DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.basePointUnRot | Constructors | Fields | Methods | Properties | Events
Compute original position of the rotated point.
// Delphi protected function basePointUnRot( const _pt : TGIS_Point ) : TGIS_Point;
// C++ Builder protected: TGIS_Point* basePointUnRot( TGIS_Point* const _pt );
Name | Type | Description |
---|---|---|
_pt | TGIS_Point | rotated point |
Type | Description |
---|---|
TGIS_Point | original point |