DK11 for Java | tatukgis.jdk.TGIS_ViewerWnd.ScreenToMapEx | Constructors | Methods | Properties | Events
Converts point coordinates from screen related to map related, but source will be in TGIS_Point.
Available also on: Delphi FMX | .NET WinForms | ActiveX.
// Java public 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 |
See TGIS_LayerVector.Locate for example.