DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.UnrotatedPoint | Methods | Properties
Compute original position of the rotated point.
// C# public ITGIS_Point UnrotatedPoint( ITGIS_Point _ptg );
' VisualBasic Public Function UnrotatedPoint( ByVal _ptg As ITGIS_Point ) As ITGIS_Point
// Oxygene public function UnrotatedPoint( _ptg : ITGIS_Point ) : ITGIS_Point;
Name | Type | Description |
---|---|---|
_ptg | ITGIS_Point | rotated point |
Type | Description |
---|---|
ITGIS_Point | Original un-rotated map coordinates. |