User Tools

Site Tools


api:dk11:java:tatukgis.jdk.tgis_viewerwnd.screentomap_tpoint

Table of Contents

TGIS_ViewerWnd.ScreenToMap method

DK for Java | tatukgis.jdk.TGIS_ViewerWnd.ScreenToMap | Constructors | Methods | Properties | Events

Converts point coordinates from screen related to map related.

Available also on: Delphi FMX | .NET WinForms | ActiveX.

Syntax

// Java
public TGIS_Point ScreenToMap(
  TPoint _pt
);
// Oxygene
public
  function ScreenToMap(
    _pt : TPoint
  ) : TGIS_Point;

Parameters

Name Type Description
_pt TPoint coordinate in screen units

Result

Type Description
TGIS_Point Screen coordinates converted to map coordinates.

Remarks

See TGIS_LayerVector.Locate for example.

2025/01/31 01:18

Page Tools