Gets or sets the absolute screen position of the current Mouse
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
C# Eg., sdgManager1.Mice[0].LocationAbs = new Point(0,0);