The structure XPngFileChunk represents a chunk in a PNG file. The PNG file must contain some special chunks, but also it can contain the user defined one.
The XPngFileChunk..::.SGPInfo type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| XPngFileChunk..::.SGPInfo |
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. | |
| 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. | |
| ToString | (Inherited from Object.) |
Fields
| Name | Description | |
|---|---|---|
| BorderX |
Gets or sets the border size in the X axis.
| |
| BorderY |
Gets or sets the border size in the Y axis.
| |
| CountX |
Gets or sets the tiles count in the X axis.
| |
| CountY |
Gets or sets the tiles count in the Y axis.
| |
| CurrentVersion |
The default current version header.
| |
| Passability |
Gets or sets the array of passability of tiles.
| |
| SpaceX |
Gets or sets the space between 2 tiles in the X-axis.
| |
| SpaceY |
Gets or sets the space between 2 tiles in the Y-axis.
| |
| Version |
Gets or sets the current version of SGP information in the PNG file.
|