C# 클래스 Sketcher.SketchWindow

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: Wiladams/NewTOAPIA

공개 메소드들

메소드 설명
ClearScreen ( ) : void
SketchWindow ( int width, int height ) : System

보호된 메소드들

메소드 설명
AddChannels ( ) : void
OnMouseDown ( MouseEventArgs e ) : void
OnMouseMove ( MouseEventArgs e ) : void
OnMouseUp ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs e ) : void

비공개 메소드들

메소드 설명
CreateSession ( ) : void
InitializeComponent ( ) : void
SketchWindow_DragDrop ( object sender, DragEventArgs e ) : void

메소드 상세

AddChannels() 보호된 메소드

protected AddChannels ( ) : void
리턴 void

ClearScreen() 공개 메소드

public ClearScreen ( ) : void
리턴 void

OnMouseDown() 보호된 메소드

protected OnMouseDown ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseMove() 보호된 메소드

protected OnMouseMove ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnMouseUp() 보호된 메소드

protected OnMouseUp ( MouseEventArgs e ) : void
e MouseEventArgs
리턴 void

OnPaint() 보호된 메소드

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
리턴 void

SketchWindow() 공개 메소드

public SketchWindow ( int width, int height ) : System
width int
height int
리턴 System