User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer3d.storemousepos_itpoint

Table of Contents

IGIS_Viewer3D.StoreMousePos method

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

Stores the mouse position, used in zoom mode only.

Available also on: Python.

Syntax

// C#
public void StoreMousePos(
  ITPoint _value
);
' VisualBasic
Public Sub StoreMousePos(
  ByVal _value As ITPoint
)
// Oxygene
public
  procedure StoreMousePos(
    _value : ITPoint
  );

Parameters

Name Type Description
_value ITPoint Last mouse-down position.
2026/07/11 00:07

Page Tools