Writes a chunk into the file.

Namespace:  SGP.XImaging
Assembly:  SGPRTL (in SGPRTL.dll)
Version: 1.2.3019.18825

Syntax

C#
public void WriteChunk(
	ref XPngFileChunk chunk
)

Parameters

chunk
Type: SGP.XImaging..::.XPngFileChunk %
A chunk XPngFileChunk which will be written.

See Also