Method | Description | |
---|---|---|
Dispose ( ) : void | ||
Draw ( CGImage image ) : void | ||
RawBitmap ( int width, int height ) : System | ||
ReadPixel ( int x, int y ) : Byte | ||
WritePixel ( int x, int y, byte val ) : void |
public RawBitmap ( int width, int height ) : System | ||
width | int | |
height | int | |
return | System |
public WritePixel ( int x, int y, byte val ) : void | ||
x | int | |
y | int | |
val | byte | |
return | void |