DK11 for .NET | TatukGIS.NDK.IGIS_Viewer.MapToScreen3D | Methods | Properties
Converts 3D point coordinates from map related to screen related.
// C# public TPoint MapToScreen3D( TGIS_Point3D _ptg );
' VisualBasic Public Function MapToScreen3D( ByVal _ptg As TGIS_Point3D ) As TPoint
// Oxygene public function MapToScreen3D( _ptg : TGIS_Point3D ) : TPoint;
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point3D | coordinate in map units |
Type | Description |
---|---|
TPoint | Map coordinates converted to screen coordinates. |
See TGIS_LayerVector.DrawLabel for example.