C# Class TpTrayUtility.Magnify

Inheritance: TpTrayUtility.Components.TpForm
Afficher le fichier Open project: TargetProcess/Tp.TrayUtility

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnActivated ( EventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
GetWindowLong ( IntPtr hWnd, int nIndex ) : int
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

Magnify_Closing ( object sender, CancelEventArgs e ) : void
Magnify_KeyDown ( object sender, KeyEventArgs e ) : void
SetWindowLong ( IntPtr hWnd, int nIndex, int dwNewLong ) : int
combine_Click ( object sender, EventArgs e ) : void
snap_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

Magnify() public méthode

public Magnify ( ) : System
Résultat System

OnActivated() protected méthode

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
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