User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.maptoscreen_itgis_point

Table of Contents

IGIS_Viewer.MapToScreen method

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

Converts point coordinates from map related to screen related.

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

Syntax

// C#
public ITPoint MapToScreen(
  ITGIS_Point _ptg
);
' VisualBasic
Public Function MapToScreen(
  ByVal _ptg As ITGIS_Point
) As ITPoint
// Oxygene
public
  function MapToScreen(
    _ptg : ITGIS_Point
  ) : ITPoint;

Parameters

Name Type Description
_ptg ITGIS_Point coordinate in map units

Result

Type Description
ITPoint Map coordinates converted to screen coordinates.

Remarks

See TGIS_LayerVector.DrawLabel for example.

2025/01/31 01:03

Page Tools