DK11 for Java | tatukgis.jdk.IGIS_Viewer.ScreenToMapEx | Methods | Properties
Converts point coordinates from screen related to map related, but source will be in TGIS_Point.
// Java public abstract TGIS_Point ScreenToMapEx( TGIS_Point _pt );
// Oxygene public function ScreenToMapEx( _pt : TGIS_Point ) : TGIS_Point;
Name | Type | Description |
---|---|---|
_pt | TGIS_Point | coordinate in screen units |
Type | Description |
---|---|
TGIS_Point | screen coordinates converted to map coordinates |
See TGIS_LayerVector.Locate for example.