Method | Description | |
---|---|---|
AnimatedHeaderedImage ( Stream stream ) : System |
Initializes new instance.
|
|
AnimatedHeaderedImage ( byte rawdata ) : System |
Initializes new instance.
|
|
FromRawData ( byte data ) : |
Creates new instance.
|
|
FromStream ( Stream stream ) : |
Creates new instance.
|
|
GetHeight ( ) : int | ||
GetWidth ( ) : int | ||
Render ( RenderOptions options ) : Image |
Draws the image to bitmap.
|
|
Render ( byte index, RenderOptions options ) : Image |
Draws the animated image to bitmap.
|
|
ToRawData ( ) : byte[] |
Converts entire image to format-influenced byte array.
|
public AnimatedHeaderedImage ( Stream stream ) : System | ||
stream | Stream | |
return | System |
public AnimatedHeaderedImage ( byte rawdata ) : System | ||
rawdata | byte | |
return | System |
public static FromRawData ( byte data ) : |
||
data | byte | |
return |
public static FromStream ( Stream stream ) : |
||
stream | Stream | |
return |
public Render ( RenderOptions options ) : Image | ||
options | RenderOptions | /// More rendering options. /// |
return | Image |
public Render ( byte index, RenderOptions options ) : Image | ||
index | byte | /// Zero-based frame index. /// |
options | RenderOptions | /// More rendering options. /// |
return | Image |