Method | Description | |
---|---|---|
ClearScreen ( ) : void | ||
SketchWindow ( int width, int height ) : System |
Method | Description | |
---|---|---|
AddChannels ( ) : void | ||
OnMouseDown ( MouseEventArgs e ) : void | ||
OnMouseMove ( MouseEventArgs e ) : void | ||
OnMouseUp ( MouseEventArgs e ) : void | ||
OnPaint ( PaintEventArgs e ) : void |
Method | Description | |
---|---|---|
CreateSession ( ) : void | ||
InitializeComponent ( ) : void | ||
SketchWindow_DragDrop ( object sender, |
protected OnMouseDown ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseMove ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnMouseUp ( MouseEventArgs e ) : void | ||
e | MouseEventArgs | |
return | void |
protected OnPaint ( PaintEventArgs e ) : void | ||
e | PaintEventArgs | |
return | void |
public SketchWindow ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |