DK for ActiveX | TatukGIS_XDK11.IGIS_Viewer3D.DoMouseMove | Methods | Properties
Performs the interactive action for a mouse-move message according to the current Mode.
Available also on: Python.
// C# public void DoMouseMove( short _xpos, short _ypos );
' VisualBasic Public Sub DoMouseMove( ByVal _xpos As Short, ByVal _ypos As Short )
// Oxygene public procedure DoMouseMove( _xpos : SmallInt; _ypos : SmallInt );
| Name | Type | Description |
|---|---|---|
| _xpos | short SmallInt | Mouse X position. |
| _ypos | short SmallInt | Mouse Y position. |