User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewerwnd.maptoscreenex_tgis_point

Table of Contents

TGIS_ViewerWnd.MapToScreenEx method

DK for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.MapToScreenEx | Constructors | Fields | Methods | Properties | Events

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

Available also on: Delphi FMX | Java | ActiveX.

Syntax

Implements IGIS_Viewer.MapToScreenEx.

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

Parameters

Name Type Description
_pt TGIS_Point coordinate in map units

Result

Type Description
TGIS_Point map coordinates converted to screen coordinates

Remarks

See TGIS_LayerVector.Locate for similar example.

2025/01/31 01:14

Page Tools