C# Class System.Windows.Forms.Cursor

Afficher le fichier Open project: Clancey/MonoMac.Windows.Form Class Usage Examples

Private Properties

Свойство Type Description
CreateCursor void
Cursor System
Cursor System
ISerializable void
InitFromStream void
ToBitmap Bitmap

Méthodes publiques

Méthode 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

Méthode 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 méthode

public CopyHandle ( ) : IntPtr
Résultat System.IntPtr

Cursor() public méthode

public Cursor ( IntPtr handle ) : System
handle System.IntPtr
Résultat System

Cursor() public méthode

public Cursor ( System.Stream stream ) : System
stream System.Stream
Résultat System

Cursor() public méthode

public Cursor ( Type type, string resource ) : System
type System.Type
resource string
Résultat System

Cursor() public méthode

public Cursor ( string fileName ) : System
fileName string
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Draw() public méthode

public Draw ( Graphics g, Rectangle targetRect ) : void
g Graphics
targetRect Rectangle
Résultat void

DrawStretched() public méthode

public DrawStretched ( Graphics g, Rectangle targetRect ) : void
g Graphics
targetRect Rectangle
Résultat void

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Hide() public static méthode

public static Hide ( ) : void
Résultat void

Show() public static méthode

public static Show ( ) : void
Résultat void

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool