C# Класс Mosa.DeviceSystem.FrameBuffer

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

Защищенные свойства (Protected)

Свойство Тип Описание
depth uint
height uint
memory IMemory
offset uint
width uint

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

Метод Описание
GetPixel ( uint x, uint y ) : uint

Gets the pixel.

SetPixel ( uint color, uint x, uint y ) : void

Sets the pixel.

Защищенные методы

Метод Описание
GetOffset ( uint x, uint y ) : uint

Gets the offset.

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

GetOffset() защищенный абстрактный Метод

Gets the offset.
protected abstract GetOffset ( uint x, uint y ) : uint
x uint The x.
y uint The y.
Результат uint

GetPixel() публичный абстрактный Метод

Gets the pixel.
public abstract GetPixel ( uint x, uint y ) : uint
x uint The x.
y uint The y.
Результат uint

SetPixel() публичный абстрактный Метод

Sets the pixel.
public abstract SetPixel ( uint color, uint x, uint y ) : void
color uint
x uint The x.
y uint The y.
Результат void

Описание свойств

depth защищенное свойство

protected uint depth
Результат uint

height защищенное свойство

protected uint height
Результат uint

memory защищенное свойство

protected IMemory memory
Результат IMemory

offset защищенное свойство

protected uint offset
Результат uint

width защищенное свойство

protected uint width
Результат uint