C# Класс Mosa.EmulatedDevices.Synthetic.PixelGraphicDevice

Represents an synthetic pixel graphics Device
Наследование: Mosa.DeviceSystem.Device, IPixelGraphicsDevice
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
Clear ( Color color ) : void

Clears the specified color.

Lock ( ) : void

Locks this instance.

PixelGraphicDevice ( DisplayForm displayform ) : Mosa.DeviceSystem

Initializes a new instance of the PixelGraphicDevice class.

ReadPixel ( ushort x, ushort y ) : Color

Reads the pixel.

Unlock ( ) : void

Unlocks this instance.

Update ( ) : void

Updates this instance.

WritePixel ( Color color, ushort x, ushort y ) : void

Writes the pixel.

WritePixelFast ( Color color, ushort x, ushort y ) : void

Writes the pixel fast.

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

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

Clears the specified color.
public Clear ( Color color ) : void
color Mosa.DeviceSystem.Color The color.
Результат void

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

Locks this instance.
public Lock ( ) : void
Результат void

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

Initializes a new instance of the PixelGraphicDevice class.
public PixelGraphicDevice ( DisplayForm displayform ) : Mosa.DeviceSystem
displayform DisplayForm
Результат Mosa.DeviceSystem

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

Reads the pixel.
public ReadPixel ( ushort x, ushort y ) : Color
x ushort The x.
y ushort The y.
Результат Mosa.DeviceSystem.Color

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

Unlocks this instance.
public Unlock ( ) : void
Результат void

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

Updates this instance.
public Update ( ) : void
Результат void

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

Writes the pixel.
public WritePixel ( Color color, ushort x, ushort y ) : void
color Mosa.DeviceSystem.Color The color.
x ushort The x.
y ushort The y.
Результат void

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

Writes the pixel fast.
public WritePixelFast ( Color color, ushort x, ushort y ) : void
color Mosa.DeviceSystem.Color The color.
x ushort The x.
y ushort The y.
Результат void