Method | Description | |
---|---|---|
Dispose ( ) : void | ||
FastBitmap ( |
생성자
|
|
GetColor ( int x, int y ) : Color |
지정된 위치의 색상을 구합니다.
|
|
SetColor ( int x, int y, Color c ) : void |
지정된 위치의 Pixel의 색상을 설정합니다.
|
Method | Description | |
---|---|---|
GetInitialPixelForRow ( int rowNumber ) : PixelData* | ||
InitCurrentPixel ( ) : void | ||
LockBitmap ( ) : void | ||
UnlockBitmap ( ) : void | ||
this ( int x, int y ) : PixelData* |
public FastBitmap ( |
||
bitmap | 실제 처리할 Bitmap 인스턴스 | |
return | System |
public GetColor ( int x, int y ) : Color | ||
x | int | row index |
y | int | column index |
return | Color |
public SetColor ( int x, int y, Color c ) : void | ||
x | int | |
y | int | |
c | Color | |
return | void |