C# Class TpTrayUtility.Magnify2

Inheritance: System.Windows.Forms.Control
Afficher le fichier Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Méthodes publiques

Méthode Description
Magnify2 ( ) : System
UpdatePicture ( Bitmap bmp, int x, int y, int w, int h ) : void

Méthodes protégées

Méthode Description
OnKeyDown ( KeyEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
Form1_MouseDown ( object sender, MouseEventArgs e ) : void
Form1_MouseMove ( object sender, MouseEventArgs e ) : void
Form1_MouseUp ( object sender, MouseEventArgs e ) : void
closeButton_Click ( object sender, EventArgs e ) : void
combine_Click ( object sender, EventArgs e ) : void
snap_Click ( object sender, EventArgs e ) : void

Method Details

Magnify2() public méthode

public Magnify2 ( ) : System
Résultat System

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnPaint() protected méthode

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

UpdatePicture() public méthode

public UpdatePicture ( Bitmap bmp, int x, int y, int w, int h ) : void
bmp System.Drawing.Bitmap
x int
y int
w int
h int
Résultat void