C# Class BusinessCats.SnippingTool

Inheritance: System.Windows.Forms.Form
Datei anzeigen Open project: adzm/BusinessCats Class Usage Examples

Public Methods

Method Description
GetFullScreenRect ( ) : Rectangle
Snip ( ) : Image
SnippingTool ( Image screenShot ) : System

Protected Methods

Method 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 method

public static GetFullScreenRect ( ) : Rectangle
return System.Drawing.Rectangle

OnMouseDown() protected method

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

OnMouseMove() protected method

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

OnMouseUp() protected method

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

OnPaint() protected method

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

ProcessCmdKey() protected method

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

Snip() public static method

public static Snip ( ) : Image
return Image

SnippingTool() public method

public SnippingTool ( Image screenShot ) : System
screenShot Image
return System