DK11 for .NET | TatukGIS.NDK.TGIS_Layer.Unproject_Ref | Constructors | Fields | Methods | Properties | Events
Applies reverse projection (recover from projection) on the single point.
// C# public virtual void Unproject_Ref( ref TGIS_Point _ptg );
' VisualBasic Public Overridable Sub Unproject_Ref( ByRef _ptg As TGIS_Point )
// Oxygene public procedure Unproject_Ref( var _ptg : TGIS_Point ); virtual;
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | point to be projected |