Method | Description | |
---|---|---|
Bitmap ( ) : |
||
FastBitmap ( |
||
GetPixel ( int x, int y ) : |
||
GetPixelNext ( ) : |
||
LockBitmap ( ) : void | ||
SetPixel ( int x, int y, |
||
UnlockBitmap ( ) : void |
public FastBitmap ( |
||
inputBitmap | ||
return | System.Drawing |
public GetPixel ( int x, int y ) : |
||
x | int | |
y | int | |
return |
public SetPixel ( int x, int y, |
||
x | int | |
y | int | |
color | ||
return | void |