C# Class Alsing.Drawing.GDI.GDIBrush

Inheritance: GDIObject
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Méthodes publiques

Свойство Type Description
hBrush System.IntPtr

Protected Properties

Свойство Type Description
mSystemBrush bool

Méthodes publiques

Méthode Description
GDIBrush ( Bitmap pattern ) : System
GDIBrush ( Color color ) : System
GDIBrush ( IntPtr hBMP_Pattern ) : System
GDIBrush ( int BrushIndex ) : System
GDIBrush ( int Style, Color color ) : System

Méthodes protégées

Méthode Description
Destroy ( ) : void

Method Details

Destroy() protected méthode

protected Destroy ( ) : void
Résultat void

GDIBrush() public méthode

public GDIBrush ( Bitmap pattern ) : System
pattern System.Drawing.Bitmap
Résultat System

GDIBrush() public méthode

public GDIBrush ( Color color ) : System
color Color
Résultat System

GDIBrush() public méthode

public GDIBrush ( IntPtr hBMP_Pattern ) : System
hBMP_Pattern System.IntPtr
Résultat System

GDIBrush() public méthode

public GDIBrush ( int BrushIndex ) : System
BrushIndex int
Résultat System

GDIBrush() public méthode

public GDIBrush ( int Style, Color color ) : System
Style int
color Color
Résultat System

Property Details

hBrush public_oe property

public IntPtr,System hBrush
Résultat System.IntPtr

mSystemBrush protected_oe property

protected bool mSystemBrush
Résultat bool