DK for Delphi | GisInterfaces.IGIS_Viewer.UnrotatedPoint | Methods | Properties
Compute original position of the rotated point.
// Delphi public function UnrotatedPoint( const _ptg : TGIS_Point ) : TGIS_Point;
// C++ Builder public: TGIS_Point* UnrotatedPoint( TGIS_Point* const _ptg ) = 0;
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | rotated point |
Type | Description |
---|---|
TGIS_Point | Original un-rotated map coordinates. |