C# Class NAPS2.WinForms.TiffViewer

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: cyanfish/naps2 Class Usage Examples

Méthodes publiques

Méthode Description
StepZoom ( double steps ) : void
TiffViewer ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void
OnKeyDown ( KeyEventArgs e ) : void
OnMouseWheel ( MouseEventArgs e ) : void

Private Methods

Méthode 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 méthode

protected Dispose ( bool disposing ) : void
disposing bool
Résultat void

OnKeyDown() protected méthode

protected OnKeyDown ( KeyEventArgs e ) : void
e System.Windows.Forms.KeyEventArgs
Résultat void

OnMouseWheel() protected méthode

protected OnMouseWheel ( MouseEventArgs e ) : void
e MouseEventArgs
Résultat void

StepZoom() public méthode

public StepZoom ( double steps ) : void
steps double
Résultat void

TiffViewer() public méthode

public TiffViewer ( ) : System
Résultat System