User Tools

Site Tools


api:dk11:net:tatukgis.ndk.winforms.tgis_viewerwnd.rotatedpoint_tgis_point

Table of Contents

TGIS_ViewerWnd.RotatedPoint method

DK11 for .NET | TatukGIS.NDK.WinForms.TGIS_ViewerWnd.RotatedPoint | Constructors | Fields | Methods | Properties | Events

Compute position of the point after the viewer rotation.

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

Syntax

Implements IGIS_Viewer.RotatedPoint.

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

Parameters

Name Type Description
_ptg TGIS_Point point in to be rotated

Result

Type Description
TGIS_Point Rotated map coordinates.
2022/11/16 01:38

Page Tools