EnumerateSegments Method

Summary

Enumerates the segments.

Syntax
C#
VB
C++
public int EnumerateSegments( 
   MrcEnumerateSegmentsInfo callback 
) 
  
Public Function EnumerateSegments( _ 
   ByVal callback As MrcEnumerateSegmentsInfo _ 
) As Integer 
public: 
int EnumerateSegments(  
   MrcEnumerateSegmentsInfo^ callback 
)  

Parameters

callback
Callback method that will be called to enumerate the segments.

Remarks

This method enumerates all the segments using the MrcSegmenter method. This method is valid with all of the segmentation processes. For more information, refer to Programming with LEADTOOLS MRC.

Example

Refer to MrcSegmenter example.

Requirements

Target Platforms

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

Leadtools.Mrc Assembly