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