SDG Toolkit

Mouse.RotateCursorImageOnly Property

Gets or sets the rotation of the cursor image. This does not affect the movement of the cursor

public int RotateCursorImageOnly {get; set;}

Remarks

There may be the case where you want to rotate just the cursor image without rotating the movement of the cursor. This utility provides that functionality. Please note that this can also be used with the CardinalDirections enumeraton.

Example

C# Eg., sdgManager1.Mice[0].RotateCursorImageOnly = (int) CardinalDirections.South

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

See Also

Mouse Class | Sdgt Namespace