User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.rotatedpoint_itgis_point

Table of Contents

IGIS_Viewer.RotatedPoint method

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

Computes the position of a point after viewer rotation.

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

Syntax

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

Parameters

Name Type Description
_ptg ITGIS_Point Point to be rotated.

Result

Type Description
ITGIS_Point Rotated map coordinates.
2026/07/11 00:07

Page Tools