User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer.rotatedpoint3d_ref_itgis_point3d

Table of Contents

IGIS_Viewer.RotatedPoint3D_ref method

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

Computes the position of the 3D point after viewer rotation.

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

Syntax

// C#
public void RotatedPoint3D_ref(
  ref ITGIS_Point3D _ptg
);
' VisualBasic
Public Sub RotatedPoint3D_ref(
  ByRef _ptg As ITGIS_Point3D
)
// Oxygene
public
  procedure RotatedPoint3D_ref(
    var _ptg : ITGIS_Point3D
  );

Parameters

Name Type Description
_ptg ITGIS_Point3D Point to be rotated.
2026/07/11 00:07

Page Tools