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