C# Class Sketcher.SketchWindow

Inheritance: System.Windows.Forms.Form
显示文件 Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
ClearScreen ( ) : void
SketchWindow ( int width, int height ) : System

Protected Methods

Method Description
AddChannels ( ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Method Description
CreateSession ( ) : void
InitializeComponent ( ) : void
SketchWindow_DragDrop ( object sender, DragEventArgs e ) : void

Method Details

AddChannels() protected method

protected AddChannels ( ) : void
return void

ClearScreen() public method

public ClearScreen ( ) : void
return void

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

SketchWindow() public method

public SketchWindow ( int width, int height ) : System
width int
height int
return System