C# Класс TpTrayUtility.Magnify

Наследование: TpTrayUtility.Components.TpForm
Показать файл Открыть проект

Открытые методы

Метод Описание
Magnify ( ) : System
UpdatePicture ( Bitmap bmp, int x, int y, int w, int h ) : void

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Приватные методы

Метод Описание
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

Описание методов

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

Magnify() публичный Метод

public Magnify ( ) : System
Результат System

OnActivated() защищенный Метод

protected OnActivated ( EventArgs e ) : void
e System.EventArgs
Результат void

OnPaint() защищенный Метод

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Результат void

UpdatePicture() публичный Метод

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
Результат void