Method | Description | |
---|---|---|
FromRawData ( byte data ) : |
Creates new instance.
|
|
FromStream ( Stream stream ) : |
Creates new instance.
|
|
GetHeight ( ) : int | ||
GetWidth ( ) : int | ||
HeaderedImage ( Stream stream ) : System |
Initializes new instance.
|
|
HeaderedImage ( byte rawdata ) : System |
Initializes new instance.
|
|
HeaderedImage ( short width, short height, byte data ) : System |
Initializes new instance.
|
|
ToRawData ( ) : byte[] |
Converts entire image to format-influenced byte array.
|
public static FromRawData ( byte data ) : |
||
data | byte | |
return |
public static FromStream ( Stream stream ) : |
||
stream | Stream | |
return |
public HeaderedImage ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public HeaderedImage ( byte rawdata ) : System | ||
rawdata | byte | |
return | System |
public HeaderedImage ( short width, short height, byte data ) : System | ||
width | short | |
height | short | |
data | byte | |
return | System |