DK11 for Delphi | GisInterfaces.IGIS_Viewer.RotatedPoint | Methods | Properties
Compute position of the point after the viewer rotation.
// Delphi public function RotatedPoint( const _ptg : TGIS_Point ) : TGIS_Point;
// C++ Builder public: TGIS_Point* RotatedPoint( TGIS_Point* const _ptg ) = 0;
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | point in to be rotated |
Type | Description |
---|---|
TGIS_Point | Rotated map coordinates. |