CreateNewSegment method (LEADMrc Control)
Builder Syntax |
int CreateNewSegment(TLEADImage* LEADImg, int nSegmentLeft, int nSegmentTop, int nSegmentRight, int nSegmentBottom, unsigned uSegType); |
Delphi Syntax |
Function CreateNewSegment(LEADImg: TLEADImage; nSegmentLeft: L_INT; nSegmentTop: L_INT; nSegmentRight: L_INT; nSegmentBottom: L_INT; uSegType: L_UINT): L_INT; |
Overview |
Refer to Working with the LEADMrc Control. |
Remarks
(Document/Medical only) Manually adds a new segment.
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