Class CursorHelper
Inheritance
System.Object
CursorHelper
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: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public static class CursorHelper
Properties
FlippedArrowCursor
Gets a flipped arrow cursor which is designed for 96 DPI.
Declaration
public static Cursor FlippedArrowCursor { get; }
Property Value
System.Windows.Forms.Cursor
|
Methods
CursorFromBitmap(Bitmap, Point)
Declaration
public static Cursor CursorFromBitmap(Bitmap bitmap, Point hotSpot)
Parameters
System.Drawing.Bitmap
bitmap
|
System.Drawing.Point
hotSpot
|
Returns
System.Windows.Forms.Cursor
|
GetScaledFlippedArrowCursor(SizeF)
Declaration
public static Cursor GetScaledFlippedArrowCursor(SizeF scaling)
Parameters
System.Drawing.SizeF
scaling
|
Returns
System.Windows.Forms.Cursor
|