Move the mouse cursor.
Namespace: Facilita.Fc.CitrixAssembly: fcCitrix (in fcCitrix.dll) Version: 9.5.7.98
Syntax
public void MouseMove( MouseButton buttonId, KeyModifier modifiers, int startXPos, int startYPos, int endXPos, int endYPos )
Parameters
- buttonId
- Type: Facilita.Fc.Citrix MouseButton
The mouse button to press
- modifiers
- Type: Facilita.Fc.Citrix KeyModifier
Any key modifiers to apply
- startXPos
- Type: System Int32
The X position to start at
- startYPos
- Type: System Int32
The Y position to start at
- endXPos
- Type: System Int32
The X position to end at
- endYPos
- Type: System Int32
The Y position to end at
Remarks
See Also