C# Класс StdPaint.ConsoleBuffer3D

Stores a console buffer capable of drawing three-dimensional objects.
Наследование: ConsoleBuffer
Показать файл Открыть проект

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

Метод Описание
ConsoleBuffer3D ( int width, int height ) : System

Initializes a new ConsoleBuffer3D instance with the specified dimensions.

Приватные методы

Метод Описание
CompareDepth ( int &x, int &y, double &depth ) : bool

Описание методов

ConsoleBuffer3D() публичный Метод

Initializes a new ConsoleBuffer3D instance with the specified dimensions.
public ConsoleBuffer3D ( int width, int height ) : System
width int The width of the buffer, in units.
height int The height of the buffer, in units.
Результат System