The XPngFile type exposes the following members.
Constructors
Methods
| Name | Description | |
|---|---|---|
| Close |
Closes the PNG file.
| |
| Dispose | Overloaded. | |
| Equals | (Inherited from Object.) | |
| Finalize |
The class destructor.
(Inherited from XDisposableObject.) | |
| FindChunk |
Finds in the PNG file a chunk with given type chunkType.
| |
| GetHashCode | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. | |
| GetType | Gets the Type of the current instance. | |
| MemberwiseClone | Creates a shallow copy of the current Object. | |
| ReadChunkData |
Reads the chunk data from the PNG file.
| |
| ReadChunkHeader |
Reads the chunk header from the PNG file.
| |
| Seek |
Seeks the position to offset.
| |
| SkipChunkData |
Skips the current chunk in the PNG file.
| |
| ToString | (Inherited from Object.) | |
| Truncate |
Truncates the end of the file.
| |
| WriteChunk |
Writes a chunk into the file.
|
Fields
| Name | Description | |
|---|---|---|
| PNGHeader |
The PNG header.
|
Properties
| Name | Description | |
|---|---|---|
| IsDisposed |
Denotes whether the instance is disposed.
(Inherited from XDisposableObject.) |