C# Class Alsing.Drawing.GDI.GDIBrush

Inheritance: GDIObject
Datei anzeigen Open project: vchelaru/FlatRedBall Class Usage Examples

Public Properties

Property Type Description
hBrush System.IntPtr

Protected Properties

Property Type Description
mSystemBrush bool

Public Methods

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

Protected Methods

Method Description
Destroy ( ) : void

Method Details

Destroy() protected method

protected Destroy ( ) : void
return void

GDIBrush() public method

public GDIBrush ( Bitmap pattern ) : System
pattern System.Drawing.Bitmap
return System

GDIBrush() public method

public GDIBrush ( Color color ) : System
color Color
return System

GDIBrush() public method

public GDIBrush ( IntPtr hBMP_Pattern ) : System
hBMP_Pattern System.IntPtr
return System

GDIBrush() public method

public GDIBrush ( int BrushIndex ) : System
BrushIndex int
return System

GDIBrush() public method

public GDIBrush ( int Style, Color color ) : System
Style int
color Color
return System

Property Details

hBrush public_oe property

public IntPtr,System hBrush
return System.IntPtr

mSystemBrush protected_oe property

protected bool mSystemBrush
return bool