메소드 | 설명 | |
---|---|---|
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 | ||
리턴 | System |
public SetPixel ( int x, int y, Color color ) : void | ||
x | int | |
y | int | |
color | Color | |
리턴 | void |