C# 클래스 TpTrayUtility.Magnify2

상속: System.Windows.Forms.Control
파일 보기 프로젝트 열기: TargetProcess/Tp.TrayUtility 1 사용 예제들

공개 메소드들

메소드 설명
Magnify2 ( ) : System
UpdatePicture ( Bitmap bmp, int x, int y, int w, int h ) : void

보호된 메소드들

메소드 설명
OnKeyDown ( KeyEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

Magnify2() 공개 메소드

public Magnify2 ( ) : System
리턴 System

OnKeyDown() 보호된 메소드

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
리턴 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