The XPngFileChunk type exposes the following members.

Methods

  NameDescription
EqualsOverloaded.
Finalize

Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.

(Inherited from Object.)
GetHashCode
Gets the hash code for this instance.
(Overrides ValueType..::.GetHashCode()()().)
GetSGPInfo
Gets SGP specific information from the PNG file.
GetType

Gets the Type of the current instance.

(Inherited from Object.)
MemberwiseClone

Creates a shallow copy of the current Object.

(Inherited from Object.)
SetSGPInfo
Sets SGP specific information in the PNG file.
ToString

Returns the fully qualified type name of this instance.

(Inherited from ValueType.)

Operators

  NameDescription
Equality
Tests whether the instance a and the instance b are equal.
Inequality
Tests whether the instance a and the instance b are not equal.

Fields

  NameDescription
BackColorType
The background color chunk specifies the implit background color.
Data
Gets or sets file data.
FileOffset
Gets or sets file offset.
GammaType
The gamma chunk specifies relationship between the image and the intensity of the hole image.
HistogramType
The histogram chunk contains approximatelly values about frequency of using specific colors in the image. When is not possible to show all colors, an application can deside which color should be replaced with the different one.
ChromaType
The chroma chunk is used in applications, which require the specification of device-independent colors.
ImageDataType
The image data chunk.
ImageHeaderType
The image header chunk. It must be located in the beginning of the PNG file. It contains basic informace about an image (size...)
ImageTrailerType
The image trailer chunk. The chunk is empty.
Length
Gets or sets file length.
PaletteType
The palette chunk.
PhysicalDimsType
Physical dimension chunk contains information about the size of a pixel in the real image.
SGPInfoType
SGP chunk contains information about SGP specific properties such as transparency, tile size and many more.
SignificantBitsType
Significant bits chuck.
TextType
Text chunk contains user text information.
TimeType
Last modification time chunk.
TransparencyType
Transparency chunk specifies whether the image use transparency.
Type
Gets or sets type of information.
XCrc
Gets or sets CRC check bits.
ZTextType
ZText chunk contains compressed user data.

See Also