Method | Description | |
---|---|---|
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 | ||
return | System |
public SetPixel ( int x, int y, Color color ) : void | ||
x | int | |
y | int | |
color | Color | |
return | void |