C# Class BEHelper.TransPicBox

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: Gainedge/BetterExplorer

Méthodes publiques

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

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void
OnPaintBackground ( PaintEventArgs e ) : void
OnResize ( EventArgs e ) : void
OnSizeChanged ( EventArgs e ) : void

Private Methods

Méthode Description
resizeImage ( Bitmap imgToResize, Size size ) : Bitmap

Method Details

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

OnResize() protected méthode

protected OnResize ( EventArgs e ) : void
e System.EventArgs
Résultat void

OnSizeChanged() protected méthode

protected OnSizeChanged ( EventArgs e ) : void
e System.EventArgs
Résultat void

TransPicBox() public méthode

public TransPicBox ( ) : System
Résultat System

TransPicBox() public méthode

public TransPicBox ( Control parent, string text ) : System
parent System.Windows.Forms.Control
text string
Résultat System

TransPicBox() public méthode

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
Résultat System

TransPicBox() public méthode

public TransPicBox ( string text ) : System
text string
Résultat System

TransPicBox() public méthode

public TransPicBox ( string text, int left, int top, int width, int height ) : System
text string
left int
top int
width int
height int
Résultat System