DK11 for Java | tatukgis.jdk.TGIS_ViewerWnd.ScreenToMap3D | Constructors | Methods | Properties | Events
Converts point coordinates from screen related to map related.
Available also on: Delphi FMX | .NET WinForms | ActiveX.
// Java public TGIS_Point3D ScreenToMap3D( TPoint _pt );
// Oxygene public function ScreenToMap3D( _pt : TPoint ) : TGIS_Point3D;
Name | Type | Description |
---|---|---|
_pt | TPoint | coordinate in screen units |
Type | Description |
---|---|
TGIS_Point3D |
See TGIS_LayerVector.Locate for example.