←Select platform

SvgSortElementsCallback Delegate

Summary

Callback to receive the sorted SVG elements.

Syntax

C#
VB
Java
Objective-C
C++
public delegate bool SvgSortElementsCallback( 
   SvgDocument document, 
   SvgElementInfo info, 
   object userData 
) 
Public Delegate Function SvgSortElementsCallback( _ 
   ByVal document As Leadtools.Svg.SvgDocument, _ 
   ByVal info As Leadtools.Svg.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(  
   Leadtools.Svg.SvgDocument^ document, 
   Leadtools.Svg.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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Svg Assembly