Метод | Описание | |
---|---|---|
FastBitmap ( |
||
GetBitmap ( ) : |
||
GetPixel ( int x, int y ) : Color | ||
GetPixelNext ( ) : Color | ||
GetPixelPos ( int x, int y ) : Pixel | ||
LockImage ( ) : void | ||
SetPixel ( int x, int y, Color color ) : void | ||
UnlockImage ( ) : void |
public FastBitmap ( |
||
inputBitmap | ||
Результат | System |
public GetPixelPos ( int x, int y ) : Pixel | ||
x | int | |
y | int | |
Результат | Pixel |
public SetPixel ( int x, int y, Color color ) : void | ||
x | int | |
y | int | |
color | Color | |
Результат | void |