DK11 for Java | tatukgis.jdk.TGIS_Viewer.MapToScreen | Constructors | Fields | Methods | Properties | Events
Converts point coordinates from map related to screen related.
// Java public TPoint MapToScreen( TGIS_Point _ptg );
// Oxygene public function MapToScreen( _ptg : TGIS_Point ) : TPoint;
Name | Type | Description |
---|---|---|
_ptg | TGIS_Point | coordinate in map units |
Type | Description |
---|---|
TPoint | Map coordinates converted to screen coordinates. |
See TGIS_LayerVector.DrawLabel for example.