User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer3d.dragex_itgis_point3d

Table of Contents

IGIS_Viewer3D.DragEx method

DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.DragEx | Methods | Properties

Drag scene left, right, forward+up or backward+down by delta in map units

Available also on: Python.

Syntax

// C#
public void DragEx(
  ITGIS_Point3D _delta
);
' VisualBasic
Public Sub DragEx(
  ByVal _delta As ITGIS_Point3D
)
// Oxygene
public
  procedure DragEx(
    _delta : ITGIS_Point3D
  );

Parameters

Name Type Description
_delta ITGIS_Point3D delta values
2025/01/31 01:03

Page Tools