User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.itgis_viewerwnd.rotatedpoint_itgis_point

Table of Contents

ITGIS_ViewerWnd.RotatedPoint method

DK11 for ActiveX | TatukGIS_XDK11.ITGIS_ViewerWnd.RotatedPoint | Methods | Properties

Compute position of the point after the viewer rotation.

Available also on: Delphi FMX | .NET WinForms | 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.
2022/11/16 01:12

Page Tools