메소드 | 설명 | |
---|---|---|
FromBitmap ( |
||
Get ( int y, int x ) : byte | ||
GetDataBuffer ( ) : byte[] | ||
Put ( int y, int x, byte value ) : void | ||
StdInput ( Narray |
||
StdInput ( Narray |
||
StdInput ( byte buffer, int height, int width, bool invert = false ) : System | ||
StdInput ( int height, int width ) : System | ||
ToBytearray ( ) : Bytearray | ||
ToFloatarray ( ) : Floatarray | ||
ToString ( ) : string | ||
this ( int y, int x ) : byte |
Element subscripting.
|
메소드 | 설명 | |
---|---|---|
alloc_ ( int h, int w ) : void |
allocate the elements of the array
|
public static FromBitmap ( |
||
bm | ||
리턴 |
public StdInput ( byte buffer, int height, int width, bool invert = false ) : System | ||
buffer | byte | |
height | int | |
width | int | |
invert | bool | |
리턴 | System |