C# Класс SadConsole.Controls.DrawingSurface

Наследование: ControlBase
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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