DK for .NET | TatukGIS.NDK.TGIS_Viewer.UnrotatedPoint | Constructors | Fields | Methods | Properties | Events
Compute original position of the rotated point.
Implements IGIS_Viewer.UnrotatedPoint.
// C# public TGIS_Point UnrotatedPoint( TGIS_Point _ptg );
' VisualBasic Public Function UnrotatedPoint( ByVal _ptg As TGIS_Point ) As TGIS_Point
// Oxygene public function UnrotatedPoint( _ptg : TGIS_Point ) : TGIS_Point;
| Name | Type | Description |
|---|---|---|
| _ptg | TGIS_Point | rotated point |
| Type | Description |
|---|---|
| TGIS_Point | Original un-rotated map coordinates. |
See: RotatedPoint