EnumSegments method (LEADMrc Control)
Builder Syntax |
int EnumSegments(); |
Delphi Syntax |
Function EnumSegments(): L_INT; |
Overview |
Refer to Working with the LEADMrc Control. |
Remarks
(Document/Medical only) Enumerates the segments created by automatic or manual segmentation. An OnEnumSegments event is fired once for each segment, which provides the segment coordinates and their IDs.
Call the StartSegmentation method before using any of the segmentation methods. When the LEADMrc object is no longer needed, free it by calling the StopSegmentation method.
See Also