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

Compute position of the point after the 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 in to be rotated

Result

Type Description
ITGIS_Point Rotated map coordinates.
2025/01/31 01:03

Page Tools