CopySegmentationHandle method (ILEADRasterMrc)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

short CopySegmentationHandle(ILEADRasterMrc pRasterMrc);

Overview

Refer to Working with the MRC Bitmap.

Remarks

(Document/Medical only) Copies the MRC object referenced in pRasterMrc to this ILEADRasterMrc object. This method copies the MRC object segmentation data. Call the StopSegmentation method to free the new raster MRC object.

See Also

Elements

CreateNewSegment method, StartSegmentation method, StopSegmentation method, AutoSegment method, SetSegmentData method, EnumSegments method, CombineSegments method, LoadSegmentation method

Topics

Raster Images: Manipulating Segments

 

Auto-Segmentation