SDG Toolkit

Mouse.Yabs Property

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

public int Yabs {get; set;}

Remarks

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

Example

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

See Also

Mouse Class | Sdgt Namespace