PngCs  1.1.4
A C# library for read/write PNG images
Public Member Functions | List of all members
Hjg.Pngcs.Chunks.ChunkPredicate Interface Reference

Decides if another chunk "matches", according to some criterion More...

Inherited by Hjg.Pngcs.Chunks.ChunkPredicateEquiv, Hjg.Pngcs.Chunks.ChunkPredicateId, and Hjg.Pngcs.Chunks.ChunkPredicateId2.

Public Member Functions

bool Matches (PngChunk chunk)
 The other chunk matches with this one
 

Detailed Description

Decides if another chunk "matches", according to some criterion

Member Function Documentation

bool Hjg.Pngcs.Chunks.ChunkPredicate.Matches ( PngChunk  chunk)

The other chunk matches with this one

Parameters
chunkThe other chunk
Returns
true if matches