C# Class TpTrayUtility.Magnify2

Inheritance: System.Windows.Forms.Control
Mostrar archivo Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Public Methods

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

Protected Methods

Method Description
OnKeyDown ( KeyEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method 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 method

public Magnify2 ( ) : System
return System

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void

OnPaint() protected method

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

UpdatePicture() public method

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
return void