DK11 for Delphi | GisLayerPixel.TGIS_LayerPixel.basePointRot | Constructors | Fields | Methods | Properties | Events
Compute position of the point after the defined in world file rotation.
// Delphi protected function basePointRot( const _pt : TGIS_Point ) : TGIS_Point;
// C++ Builder protected: TGIS_Point* basePointRot( TGIS_Point* const _pt );
Name | Type | Description |
---|---|---|
_pt | TGIS_Point | point to be rotated |
Type | Description |
---|---|
TGIS_Point | rotated point |