User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.maptoscreenex_itgis_point

Table of Contents

IGIS_Viewer.MapToScreenEx method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer.MapToScreenEx | Methods | Properties

Converts point coordinates from map related to screen related, but result will be in TGIS_Point.

Available also on: Delphi | .NET | Java | Python.

Syntax

// C#
public ITGIS_Point MapToScreenEx(
  ITGIS_Point _pt
);
' VisualBasic
Public Function MapToScreenEx(
  ByVal _pt As ITGIS_Point
) As ITGIS_Point
// Oxygene
public
  function MapToScreenEx(
    _pt : ITGIS_Point
  ) : ITGIS_Point;

Parameters

Name Type Description
_pt ITGIS_Point coordinate in map units

Result

Type Description
ITGIS_Point map coordinates converted to screen coordinates

Remarks

See TGIS_LayerVector.Locate for similar example.

2025/01/31 01:03

Page Tools