DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.MapToScreen | Methods | Properties
Converts point coordinates from map related to screen related.
Available also on: Delphi FMX | .NET WinForms | Java | Python.
// 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.