Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
FastBitmap ( |
||
FinallySave ( string path ) : void | ||
GetBounds ( ) : |
||
GetColor ( int x, int y ) : Color | ||
GetInitialPixelForRow ( int rowNumber ) : PixelData* | ||
SetColor ( int x, int y, Color c ) : void | ||
this ( int x, int y ) : PixelData* |
Метод | Описание | |
---|---|---|
InitCurrentPixel ( ) : void | ||
LockBitmap ( ) : void | ||
UnlockBitmap ( ) : void |
public GetInitialPixelForRow ( int rowNumber ) : PixelData* | ||
rowNumber | int | |
Результат | PixelData* |
public SetColor ( int x, int y, Color c ) : void | ||
x | int | |
y | int | |
c | Color | |
Результат | void |