C# Class TpTrayUtility.Components.NavigationControl

Inheritance: System.Windows.Forms.Control
ファイルを表示 Open project: TargetProcess/Tp.TrayUtility Class Usage Examples

Public Methods

Method Description
NavigationControl ( ) : System
UpdateView ( Rectangle _canvas, Rectangle _screen ) : void

Protected Methods

Method Description
OnMouseClick ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
MoveViewPort ( Point pt ) : void

Method Details

NavigationControl() public method

public NavigationControl ( ) : System
return System

OnMouseClick() protected method

protected OnMouseClick ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

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

UpdateView() public method

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