User Tools

Site Tools


api:dk11:net:tatukgis.ndk.tgis_viewer.unrotatedpoint_tgis_point

Table of Contents

TGIS_Viewer.UnrotatedPoint method

DK for .NET | TatukGIS.NDK.TGIS_Viewer.UnrotatedPoint | Constructors | Fields | Methods | Properties | Events

Compute original position of the rotated point.

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

Syntax

Implements IGIS_Viewer.UnrotatedPoint.

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

Parameters

Name Type Description
_ptg TGIS_Point rotated point

Result

Type Description
TGIS_Point Original un-rotated map coordinates.

Remarks

2025/01/31 01:14

Page Tools