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

Performs the interactive action for a mouse-down message according to the 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
Mouse X position.
_ypos short
SmallInt
Mouse Y position.
2026/07/11 00:07

Page Tools