C# Class BusinessCats.SnippingTool

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: adzm/BusinessCats Class Usage Examples

Méthodes publiques

Méthode Description
GetFullScreenRect ( ) : Rectangle
Snip ( ) : Image
SnippingTool ( Image screenShot ) : System

Méthodes protégées

Méthode Description
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void
ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Method Details

GetFullScreenRect() public static méthode

public static GetFullScreenRect ( ) : Rectangle
Résultat System.Drawing.Rectangle

OnMouseDown() protected méthode

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

OnMouseMove() protected méthode

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

OnMouseUp() protected méthode

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

OnPaint() protected méthode

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

ProcessCmdKey() protected méthode

protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg System.Windows.Forms.Message
keyData Keys
Résultat bool

Snip() public static méthode

public static Snip ( ) : Image
Résultat Image

SnippingTool() public méthode

public SnippingTool ( Image screenShot ) : System
screenShot Image
Résultat System