User Tools

Site Tools


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

Table of Contents

TGIS_ViewerWnd.MapToScreen method

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.MapToScreen | Constructors | Fields | Methods | Properties | Events

Converts point coordinates from map related to screen related.

Available also on: Delphi FMX | Java | ActiveX | Python.

Syntax

Implements IGIS_Viewer.MapToScreen.

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

Parameters

Name Type Description
_ptg TGIS_Point coordinate in map units

Result

Type Description
Point Map coordinates converted to screen coordinates.

Remarks

See TGIS_LayerVector.DrawLabel for example.

2022/11/16 01:38

Page Tools