메소드 | 설명 | |
---|---|---|
Layer ( |
||
SetPixel ( int x, int y, System.Pixel colour ) : void | ||
UpdateBitmap ( ) : void |
메소드 | 설명 | |
---|---|---|
DrawPixel ( int x, int y ) : void | ||
Wrap ( int a, int b ) : int |
public Layer ( |
||
image | ||
label | String | |
리턴 | System |
public SetPixel ( int x, int y, System.Pixel colour ) : void | ||
x | int | |
y | int | |
colour | System.Pixel | |
리턴 | void |