Finds in the PNG file a chunk with given type chunkType.
Namespace:
SGP.XImagingAssembly: 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.