메소드 | 설명 | |
---|---|---|
GetPixel ( int x, int y ) : Color |
Get the color of the specified pixel
|
|
LockBits ( ) : void |
Lock bitmap data.
|
|
PixelUtil ( |
Pixel marshalling class, use this to access pixels rapidly.
|
|
SetPixel ( int x, int y, Color color ) : void |
Set the color of the specified pixel
|
|
UnlockBits ( ) : void |
Unlock bitmap data
|
public PixelUtil ( |
||
source | The Bitmap to work with. | |
리턴 | System |
public SetPixel ( int x, int y, Color color ) : void | ||
x | int | |
y | int | |
color | Color | |
리턴 | void |