Visual3D Game EngineAPI Documentation for XNA, C#, VB, and .NET
Assembly: Visual3D.UI (in Visual3D.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Set the image to be used as the default mouse cursor.
Namespace: Visual3D.UIAssembly: Visual3D.UI (in Visual3D.UI.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
| C# | Visual Basic |
public void SetDefaultMouseCursor( string imagesetName, string imageName )
Public Sub SetDefaultMouseCursor ( _ imagesetName As String, _ imageName As String _ )
Parameters
- imagesetName
- String
The name of the Imageset that contains the image to be used.
- imageName
- String
The name of the Image on imageset that is to be used.