Class Images.Cursors
Inheritance
System.Object
Images.Cursors
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Experior.Core
Assembly: Experior.Core.dll
Syntax
public static class Cursors
Methods
CreateCursor(Image)
Declaration
public static Cursor CreateCursor(Image image)
Parameters
Type | Name | Description |
---|---|---|
System.Drawing.Image | image |
Returns
Type | Description |
---|---|
System.Windows.Input.Cursor |
CreateCursor(BitmapSource)
Declaration
public static Cursor CreateCursor(BitmapSource bitmapSource)
Parameters
Type | Name | Description |
---|---|---|
System.Windows.Media.Imaging.BitmapSource | bitmapSource |
Returns
Type | Description |
---|---|
System.Windows.Input.Cursor |