C# Class Mosa.DeviceSystem.FrameBuffer

Inheritance: IFrameBuffer
Afficher le fichier Open project: tgiphil/MOSA-Project

Protected Properties

Свойство Type Description
depth uint
height uint
memory IMemory
offset uint
width uint

Méthodes publiques

Méthode Description
GetPixel ( uint x, uint y ) : uint

Gets the pixel.

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

Sets the pixel.

Méthodes protégées

Méthode Description
GetOffset ( uint x, uint y ) : uint

Gets the offset.

Method Details

GetOffset() protected abstract méthode

Gets the offset.
protected abstract GetOffset ( uint x, uint y ) : uint
x uint The x.
y uint The y.
Résultat uint

GetPixel() public abstract méthode

Gets the pixel.
public abstract GetPixel ( uint x, uint y ) : uint
x uint The x.
y uint The y.
Résultat uint

SetPixel() public abstract méthode

Sets the pixel.
public abstract SetPixel ( uint color, uint x, uint y ) : void
color uint
x uint The x.
y uint The y.
Résultat void

Property Details

depth protected_oe property

protected uint depth
Résultat uint

height protected_oe property

protected uint height
Résultat uint

memory protected_oe property

protected IMemory memory
Résultat IMemory

offset protected_oe property

protected uint offset
Résultat uint

width protected_oe property

protected uint width
Résultat uint