Свойство | Type | Description | |
---|---|---|---|
depth | uint | ||
height | uint | ||
memory | IMemory | ||
offset | uint | ||
width | uint |
Méthode | Description | |
---|---|---|
GetPixel ( uint x, uint y ) : uint |
Gets the pixel.
|
|
SetPixel ( uint color, uint x, uint y ) : void |
Sets the pixel.
|
Méthode | Description | |
---|---|---|
GetOffset ( uint x, uint y ) : uint |
Gets the offset.
|
protected abstract GetOffset ( uint x, uint y ) : uint | ||
x | uint | The x. |
y | uint | The y. |
Résultat | uint |
public abstract GetPixel ( uint x, uint y ) : uint | ||
x | uint | The x. |
y | uint | The y. |
Résultat | uint |
public abstract SetPixel ( uint color, uint x, uint y ) : void | ||
color | uint | |
x | uint | The x. |
y | uint | The y. |
Résultat | void |