←Select platform

SvgFilterElementsCallback Delegate

Summary

Callback to allow certain element types to be ignored when sorting.

Syntax
C#
VB
Objective-C
C++
Java
public delegate bool SvgFilterElementsCallback( 
   SvgDocument document, 
   SvgNodeHandle node, 
   object userData 
) 
BOOL ^(LTSvgDocument *document, LTSvgElementType node) 
boolean SvgFilterElementsCallback.onFilter(SvgDocument document, SvgElementType node) 
Public Delegate Function SvgFilterElementsCallback( 
   ByVal document As SvgDocument, 
   ByVal node As SvgNodeHandle, 
   ByVal userData As Object 
) As Boolean 
public: 
   delegate bool SvgFilterElementsCallback( 
      SvgDocument^ document, 
      SvgNodeHandle^ node, 
      Object^ userData 
   ) 

Parameters

document
The source SvgDocument.

node
The current element type.

userData
Optional user data passed to the callback.

Return Value

true to include this element type in sorting; otherwise, false to skip elements of this type during sorting.

Requirements

Target Platforms

See Also

Reference

SvgFilterElementsCallback Members

Leadtools.Svg Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly