DK11 for Delphi | FMX.GisViewerWnd.TGIS_ViewerWnd.RotatedPoint | Constructors | Methods | Properties | Events
Compute position of the point after the viewer rotation.
Available also on: .NET WinForms | Java | ActiveX | Python.
Implements IGIS_Viewer.RotatedPoint.
// Delphi public function RotatedPoint( const _ptg : TGIS_Point ) : TGIS_Point;
// C++ Builder public: TGIS_Point* RotatedPoint( TGIS_Point* const _ptg );
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | point in to be rotated |
Type | Description |
---|---|
TGIS_Point | Rotated map coordinates. |