Property | Type | Description | |
---|---|---|---|
Identifier | string |
Method | Description | |
---|---|---|
PNG_Header ( Stream stream ) : System |
Reads the header from a PNG image.
|
Method | Description | |
---|---|---|
Load ( Stream stream ) : long |
Loads PNG header from stream.
|
Method | Description | |
---|---|---|
CheckIdentifier ( byte IDBlock ) : bool |
protected Load ( Stream stream ) : long | ||
stream | Stream | Fully formatted header stream. Position not relevant, but not reset. |
return | long |
public PNG_Header ( Stream stream ) : System | ||
stream | Stream | Fully formatted PNG image. |
return | System |