The XPngFile type exposes the following members.

Constructors

  NameDescription
XPngFile
Creates a new instance of the class XPngFile.

Methods

  NameDescription
Close
Closes the PNG file.
DisposeOverloaded.
Equals

Determines whether the specified Object is equal to the current Object.

(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.

(Inherited from Object.)
GetType

Gets the Type of the current instance.

(Inherited from Object.)
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from 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

Returns a String that represents the current Object.

(Inherited from Object.)
Truncate
Truncates the end of the file.
WriteChunk
Writes a chunk into the file.

Fields

  NameDescription
PNGHeader
The PNG header.

Properties

  NameDescription
IsDisposed
Denotes whether the instance is disposed.
(Inherited from XDisposableObject.)

See Also