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