C# 클래스 SadConsole.Controls.DrawingSurface

상속: ControlBase
파일 보기 프로젝트 열기: Thraka/SadConsole 1 사용 예제들

공개 메소드들

메소드 설명
Compose ( ) : void

Not used by this control.

DetermineAppearance ( ) : void

Not used by this control.

DrawingSurface ( int width, int height ) : System

Creates a new drawing surface control with the specified width and height.

비공개 메소드들

메소드 설명
AfterDeserialized ( StreamingContext context ) : void

메소드 상세

Compose() 공개 메소드

Not used by this control.
public Compose ( ) : void
리턴 void

DetermineAppearance() 공개 메소드

Not used by this control.
public DetermineAppearance ( ) : void
리턴 void

DrawingSurface() 공개 메소드

Creates a new drawing surface control with the specified width and height.
public DrawingSurface ( int width, int height ) : System
width int Width of the control.
height int Height of the control.
리턴 System