User Tools

Site Tools


api:dk11:activex:tatukgis_xdk11.igis_viewer3d.domousedown_smallint_smallint

Table of Contents

IGIS_Viewer3D.DoMouseDown method

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

Perform interactive action on mouse message defined by current Mode.

Available also on: Python.

Syntax

// C#
public void DoMouseDown(
  short _xpos,
  short _ypos
);
' VisualBasic
Public Sub DoMouseDown(
  ByVal _xpos As Short,
  ByVal _ypos As Short
)
// Oxygene
public
  procedure DoMouseDown(
    _xpos : SmallInt;
    _ypos : SmallInt
  );

Parameters

Name Type Description
_xpos short
SmallInt
x mouse position
_ypos short
SmallInt
y mouse position
2025/01/31 01:03

Page Tools