메소드 | 설명 | |
---|---|---|
GetPixel ( this bitmap, int x, int y ) : Color | ||
SetPixel ( this bitmap, int x, int y, Color color ) : void |
public static GetPixel ( this bitmap, int x, int y ) : Color | ||
bitmap | this | |
x | int | |
y | int | |
리턴 | Color |
public static SetPixel ( this bitmap, int x, int y, Color color ) : void | ||
bitmap | this | |
x | int | |
y | int | |
color | Color | |
리턴 | void |