C# 클래스 TpTrayUtility.Components.NavigationControl

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

공개 메소드들

메소드 설명
NavigationControl ( ) : System
UpdateView ( Rectangle _canvas, Rectangle _screen ) : void

보호된 메소드들

메소드 설명
OnMouseClick ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
MoveViewPort ( Point pt ) : void

메소드 상세

NavigationControl() 공개 메소드

public NavigationControl ( ) : System
리턴 System

OnMouseClick() 보호된 메소드

protected OnMouseClick ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

UpdateView() 공개 메소드

public UpdateView ( Rectangle _canvas, Rectangle _screen ) : void
_canvas System.Drawing.Rectangle
_screen System.Drawing.Rectangle
리턴 void