Property | Type | Description | |
---|---|---|---|
Identifier | string |
Method | Description | |
---|---|---|
GIF_Header ( Stream stream ) : System |
Reads header from GIF image.
|
Method | Description | |
---|---|---|
Load ( Stream stream ) : long |
Read header from stream.
|
Method | Description | |
---|---|---|
CheckIdentifier ( byte IDBlock ) : bool |
public GIF_Header ( Stream stream ) : System | ||
stream | Stream | Fully formatted GIF image. |
return | System |
protected Load ( Stream stream ) : long | ||
stream | Stream | Stream containing header. |
return | long |