Свойство | Тип | Описание | |
---|---|---|---|
CRC | int | ||
ChunkData | byte[] | ||
ChunkType | int | ||
Length | int |
Метод | Описание | |
---|---|---|
PNGChunk ( byte headerBlock, int offset = 8 ) : System |
Reads a PNG header chunk.
|
public PNGChunk ( byte headerBlock, int offset = 8 ) : System | ||
headerBlock | byte | Block of data containing headers. |
offset | int | Offset in data to begin header. |
Результат | System |