C# Class BEHelper.TransPicBox

Inheritance: System.Windows.Forms.Control
Datei anzeigen Open project: Gainedge/BetterExplorer

Public Methods

Method Description
TransPicBox ( ) : System
TransPicBox ( Control parent, string text ) : System
TransPicBox ( Control parent, string text, int left, int top, int width, int height ) : System
TransPicBox ( string text ) : System
TransPicBox ( string text, int left, int top, int width, int height ) : System

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Private Methods

Method Description
resizeImage ( Bitmap imgToResize, Size size ) : Bitmap

Method Details

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void

OnResize() protected method

protected OnResize ( EventArgs e ) : void
e System.EventArgs
return void

OnSizeChanged() protected method

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
return void

TransPicBox() public method

public TransPicBox ( ) : System
return System

TransPicBox() public method

public TransPicBox ( Control parent, string text ) : System
parent System.Windows.Forms.Control
text string
return System

TransPicBox() public method

public TransPicBox ( Control parent, string text, int left, int top, int width, int height ) : System
parent System.Windows.Forms.Control
text string
left int
top int
width int
height int
return System

TransPicBox() public method

public TransPicBox ( string text ) : System
text string
return System

TransPicBox() public method

public TransPicBox ( string text, int left, int top, int width, int height ) : System
text string
left int
top int
width int
height int
return System