C# Class Sketcher.SketchWindow

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: Wiladams/NewTOAPIA

Méthodes publiques

Méthode Description
ClearScreen ( ) : void
SketchWindow ( int width, int height ) : System

Méthodes protégées

Méthode Description
AddChannels ( ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

Private Methods

Méthode Description
CreateSession ( ) : void
InitializeComponent ( ) : void
SketchWindow_DragDrop ( object sender, DragEventArgs e ) : void

Method Details

AddChannels() protected méthode

protected AddChannels ( ) : void
Résultat void

ClearScreen() public méthode

public ClearScreen ( ) : void
Résultat void

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

SketchWindow() public méthode

public SketchWindow ( int width, int height ) : System
width int
height int
Résultat System