Method | Description | |
---|---|---|
Layer ( |
||
SetPixel ( int x, int y, System.Pixel colour ) : void | ||
UpdateBitmap ( ) : void |
Method | Description | |
---|---|---|
DrawPixel ( int x, int y ) : void | ||
Wrap ( int a, int b ) : int |
public Layer ( |
||
image | ||
label | String | |
return | System |
public SetPixel ( int x, int y, System.Pixel colour ) : void | ||
x | int | |
y | int | |
colour | System.Pixel | |
return | void |