C# Class SadConsole.Controls.DrawingSurface

Inheritance: ControlBase
Show file Open project: Thraka/SadConsole Class Usage Examples

Public Methods

Method Description
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.

Private Methods

Method Description
AfterDeserialized ( StreamingContext context ) : void

Method Details

Compose() public method

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

DetermineAppearance() public method

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

DrawingSurface() public method

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.
return System