User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.unrotatedpoint_itgis_point

Table of Contents

IGIS_Viewer.UnrotatedPoint method

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

Compute original position of the rotated point.

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

Syntax

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

Parameters

Name Type Description
_ptg ITGIS_Point rotated point

Result

Type Description
ITGIS_Point Original un-rotated map coordinates.
2025/01/31 01:03

Page Tools