←Select platform

SvgSortElementsCallback Delegate

Summary

Callback to receive the sorted SVG elements.

Syntax
C#
VB
Objective-C
C++
Java
public delegate bool SvgSortElementsCallback( 
   SvgDocument document, 
   SvgElementInfo info, 
   object userData 
) 
Public Delegate Function SvgSortElementsCallback( _ 
   ByVal document As SvgDocument, _ 
   ByVal info As SvgElementInfo, _ 
   ByVal userData As Object _ 
) As Boolean 
BOOL (^)(LTSvgDocument *document, LTSvgElementInfo *info, id _Nullable userData) 
boolean SvgSortElementsCallback.onSort(SvgDocument document, SvgElementInfo info, object userData) 
public delegate bool SvgSortElementsCallback(  
   SvgDocument^ document, 
   SvgElementInfo^ info, 
   Object^ userData 
) 

Parameters

document
The source SvgDocument.

info
Element information.

userData
Optional user data. This is the same parameter passed to SortElements.

Return Value

true to continue to the next element (if any), and false to stop enumerating.

Example

For an example, refer to SvgDocument.SortElements.

Requirements

Target Platforms

See Also

Reference

SvgSortElementsCallback 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