C# Class NAPS2.WinForms.TiffViewer

Inheritance: System.Windows.Forms.UserControl
Mostrar archivo Open project: cyanfish/naps2 Class Usage Examples

Public Methods

Method Description
StepZoom ( double steps ) : void
TiffViewer ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void

Private Methods

Method Description
ClearImage ( ) : void
InitializeComponent ( ) : void

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

pbox_MouseDown ( object sender, MouseEventArgs e ) : void
pbox_MouseMove ( object sender, MouseEventArgs e ) : void

Method Details

Dispose() protected method

protected Dispose ( bool disposing ) : void
disposing bool
return void

OnKeyDown() protected method

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
return void

OnMouseWheel() protected method

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

StepZoom() public method

public StepZoom ( double steps ) : void
steps double
return void

TiffViewer() public method

public TiffViewer ( ) : System
return System