SDG Toolkit

Mouse.Hotspot Property

Get or sets the Hotspot of the cursor. The hotspot is the focal area of a cursor

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

Remarks

Changing the hotspot is usually the result of an error on my part. However, if you decide to create your own cursor and don't customize your own cursor this function may be of great use to you.

Example

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

See Also

Mouse Class | Sdgt Namespace