Свойство | Тип | Описание | |
---|---|---|---|
STATUS_FORMAT_ERROR | int | ||
STATUS_OPEN_ERROR | int |
Свойство | Тип | Описание | |
---|---|---|---|
MaxStackSize | int | ||
act | int[] | ||
bgColor | int | ||
bgIndex | int | ||
bitmap | |||
block | byte[] | ||
blockSize | int | ||
delay | int | ||
dispose | int | ||
frameCount | int | ||
frames | |||
gct | int[] | ||
gctFlag | bool | ||
gctSize | int | ||
height | int | ||
image | Image | ||
inStream | Stream | ||
interlace | bool | ||
ix | int | ||
lastBgColor | int | ||
lastDispose | int | ||
lastImage | Image | ||
lastRect | |||
lct | int[] | ||
lctFlag | bool | ||
lctSize | int | ||
loopCount | int | ||
pixelAspect | int | ||
pixelStack | byte[] | ||
pixels | byte[] | ||
prefix | short[] | ||
status | int | ||
suffix | byte[] | ||
transIndex | int | ||
transparency | bool | ||
width | int |
Метод | Описание | |
---|---|---|
GetDelay ( int index ) : int |
Gets display duration for specified frame.
|
|
GetFrame ( int n ) : Image |
Gets the image contents of frame n.
|
|
GetFrameCount ( ) : int |
Gets the number of frames read from file.
|
|
GetFrameSize ( ) : |
Gets image size.
|
|
GetImage ( ) : Image | ||
GetLoopCount ( ) : int | ||
Read ( Stream inStream ) : int | ||
Read ( String name ) : int |
Метод | Описание | |
---|---|---|
DecodeImageData ( ) : void |
Decodes LZW image data into pixel array. Adapted from John Cristy's ImageMagick.
|
|
Error ( ) : bool | ||
Init ( ) : void | ||
Read ( ) : int | ||
ReadBlock ( ) : int | ||
ReadContents ( ) : void | ||
ReadGraphicControlExt ( ) : void | ||
ReadHeader ( ) : void | ||
ReadImage ( ) : void | ||
ReadLSD ( ) : void | ||
ReadNetscapeExt ( ) : void | ||
ReadShort ( ) : int | ||
ResetFrame ( ) : void | ||
SetPixels ( ) : void | ||
Skip ( ) : void |
Метод | Описание | |
---|---|---|
GetPixels ( |
Creates new frame image from current data (and previous frames as specified by their disposition codes).
|
|
ReadColorTable ( int ncolors ) : int[] | ||
SetPixels ( int pixels ) : void |
public GetDelay ( int index ) : int | ||
index | int | Int index of frame. |
Результат | int |
public static int STATUS_FORMAT_ERROR | ||
Результат | int |
protected ArrayList,System.Collections frames | ||
Результат |
protected Rectangle,System.Drawing lastRect | ||
Результат |