UtilMousePosition Property
Gets or sets the mouse position on the screen.
Namespace: DevCase.Core.IO.Devices.InputAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Point Position { get; set; }
Public Shared Property Position As Point
Get
Set
Dim value As Point
value = UtilMouse.Position
UtilMouse.Position = value
public:
static property Point Position {
Point get ();
void set (Point value);
}
static member Position : Point with get, set
No code example is currently available or this language may not be supported.
Property Value
Point
The mouse position.
This is a code example.
No code example is currently available or this language may not be supported.
Position = New Point(x:=100, y:=500)
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.
No code example is currently available or this language may not be supported.