Method | Description | |
---|---|---|
GetBitmap ( ) : |
||
GetPixel ( int x, int y ) : Color |
Get the color of the specified pixel
|
|
LockBitmap ( |
||
LockBits ( ) : void |
Lock bitmap data
|
|
SetPixel ( int x, int y, Color color ) : void |
Set the color of the specified pixel
|
|
UnlockBits ( ) : void |
Unlock bitmap data
|
public LockBitmap ( |
||
source | ||
return | System |
public SetPixel ( int x, int y, Color color ) : void | ||
x | int | |
y | int | |
color | Color | |
return | void |