Метод | Описание | |
---|---|---|
ClearToBlack ( ) : void | ||
ClearToWhite ( ) : void | ||
GetPixel ( int x, int y ) : uint | ||
PixelBuffer ( int width, int height ) : System | ||
SetPixel ( int x, int y, uint color ) : bool |
Метод | Описание | |
---|---|---|
CalculateByteOffset ( int x, int y ) : int |
Calculate the byte offset of a particular pixel.
|
public PixelBuffer ( int width, int height ) : System | ||
width | int | |
height | int | |
Результат | System |
public SetPixel ( int x, int y, uint color ) : bool | ||
x | int | |
y | int | |
color | uint | |
Результат | bool |