Property | Type | Description | |
---|---|---|---|
ParseBlock | int | ||
ParseExtensionBlock | int | ||
ParseGif | void | ||
ParseGifDataStream | void | ||
ParseGraphicBlock | int | ||
ParseGraphicControlExtension | int | ||
ParseHeader | int | ||
ParseLogicalScreen | int | ||
Reset | void |
Method | Description | |
---|---|---|
CreateGifAnimation ( |
||
GifAnimation ( ) : System | ||
NextFrame ( ) : void | ||
NextFrame ( object sender, |
Method | Description | |
---|---|---|
ParseBlock ( byte gifData, int offset ) : int | ||
ParseExtensionBlock ( byte gifData, int offset ) : int | ||
ParseGif ( byte gifData ) : void | ||
ParseGifDataStream ( byte gifData, int offset ) : void | ||
ParseGraphicBlock ( byte gifData, int offset ) : int | ||
ParseGraphicControlExtension ( byte gifData, int offset ) : int | ||
ParseHeader ( byte gifData, int offset ) : int | ||
ParseLogicalScreen ( byte gifData, int offset ) : int | ||
Reset ( ) : void |
public CreateGifAnimation ( |
||
memoryStream | ||
return | void |
public NextFrame ( object sender, |
||
sender | object | |
e | ||
return | void |