SDG Toolkit

Mouse.Xabs Property

Gets or sets the absolute X screen position of the current Mouse

public int Xabs {get; set;}

Remarks

Often it may be useful to obtain the absolute X position of the cursor without the need to worry about it being relative to the form. Xabs provides this functionality

Example

C# Eg., sdgManager1.Mice[0].Xabs = 0;

See Also

Mouse Class | Sdgt Namespace