Finds in the PNG file a chunk with given type chunkType.

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

Syntax

C#
[CLSCompliantAttribute(false)]
public bool FindChunk(
	uint chunkType,
	out XPngFileChunk chunk
)

Parameters

chunkType
Type: System..::.UInt32
A chunk type.
chunk
Type: SGP.XImaging..::.XPngFileChunk %
Returns the found chunk with the type chunkType.

Return Value

Returns trueTruetruetrue (True in Visual Basic) whether the chunk chunkType was found.

See Also