C# Class System.Windows.Forms.Cursor

Show file Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Property Type Description
CreateCursor void
Cursor System
Cursor System
ISerializable void
InitFromStream void
ToBitmap Bitmap

Public Methods

Method Description
CopyHandle ( ) : IntPtr
Cursor ( IntPtr handle ) : System
Cursor ( System.Stream stream ) : System
Cursor ( Type type, string resource ) : System
Cursor ( string fileName ) : System
Dispose ( ) : void
Draw ( Graphics g, Rectangle targetRect ) : void
DrawStretched ( Graphics g, Rectangle targetRect ) : void
Equals ( object obj ) : bool
GetHashCode ( ) : int
Hide ( ) : void
Show ( ) : void
ToString ( ) : string
operator ( ) : bool

Private Methods

Method Description
CreateCursor ( System.Stream stream ) : void
Cursor ( ) : System
Cursor ( SerializationInfo info, StreamingContext context ) : System
ISerializable ( SerializationInfo si, StreamingContext context ) : void
InitFromStream ( System.Stream stream ) : void
ToBitmap ( bool xor, bool transparent ) : Bitmap

Method Details

CopyHandle() public method

public CopyHandle ( ) : IntPtr
return System.IntPtr

Cursor() public method

public Cursor ( IntPtr handle ) : System
handle System.IntPtr
return System

Cursor() public method

public Cursor ( System.Stream stream ) : System
stream System.Stream
return System

Cursor() public method

public Cursor ( Type type, string resource ) : System
type System.Type
resource string
return System

Cursor() public method

public Cursor ( string fileName ) : System
fileName string
return System

Dispose() public method

public Dispose ( ) : void
return void

Draw() public method

public Draw ( Graphics g, Rectangle targetRect ) : void
g Graphics
targetRect Rectangle
return void

DrawStretched() public method

public DrawStretched ( Graphics g, Rectangle targetRect ) : void
g Graphics
targetRect Rectangle
return void

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Hide() public static method

public static Hide ( ) : void
return void

Show() public static method

public static Show ( ) : void
return void

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : bool
return bool