public delegate bool SvgFilterElementsCallback(
SvgDocument document,
SvgNodeHandle node,
object userData
)
document
The source SvgDocument.
node
The current element type.
userData
Optional user data passed to the callback.
true to include this element type in sorting; otherwise, false to skip elements of this type during sorting.