DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.DoMouseDown | Methods | Properties
Perform interactive action on mouse message defined by current Mode.
Available also on: Python.
// 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 );
Name | Type | Description |
---|---|---|
_xpos | short SmallInt | x mouse position |
_ypos | short SmallInt | y mouse position |