CreateNewSegment method (ILEADRasterMrc)

Visual Basic example

Visual C++ 5.0 example

 

Syntax

long CreateNewSegment(LPDISPATCH pRaster, long SegmentLeft, long SegmentTop, long SegmentRight, long SegmentBottom, MRCSegmentTypeConstants SegType);

Overview

Refer to Working with the MRC Bitmap.

Remarks

(Document/Medical only) Manually adds a new segment.

Call the StartSegmentation method before using any of the segmentation functions. Call the StopSegmentation method to end the bitmap segmentation and free all data variables and buffers.

See Also

Elements

StartSegmentation method, StopSegmentation method, EnumSegments method, SaveSegmentation method, LoadSegmentation method, CopySegmentationHandle method, SegmentExt method

Topics

Raster Images: Manual Segmentation