SDG Toolkit

Mouse.LocationAbs Property

Gets or sets the absolute screen position of the current Mouse

public System.Drawing.Point LocationAbs {get; set;}

Remarks

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

Example

C# Eg., sdgManager1.Mice[0].LocationAbs = new Point(0,0);

See Also

Mouse Class | Sdgt Namespace