DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.RotatedPoint | Methods | Properties
Compute position of the point after the viewer rotation.
// C# public ITGIS_Point RotatedPoint( ITGIS_Point _ptg );
' VisualBasic Public Function RotatedPoint( ByVal _ptg As ITGIS_Point ) As ITGIS_Point
// Oxygene public function RotatedPoint( _ptg : ITGIS_Point ) : ITGIS_Point;
Name | Type | Description |
---|---|---|
_ptg | ITGIS_Point | point in to be rotated |
Type | Description |
---|---|
ITGIS_Point | Rotated map coordinates. |