Converts the selected annotation into a region of interest.
public void ConvertAnnotationToRegion(
int subCellIndex,
RasterRegionCombineMode combineMode,
bool deleteAnnotation
)
Public Overloads Sub ConvertAnnotationToRegion( _
ByVal subCellIndex As Integer, _
ByVal combineMode As Leadtools.RasterRegionCombineMode, _
ByVal deleteAnnotation As Boolean _
)
public:
void ConvertAnnotationToRegion(
int subCellIndex,
Leadtools.RasterRegionCombineMode combineMode,
bool deleteAnnotation
)
subCellIndex
The zero-based index of the sub-cell that contains the selected annotation object being converted. Pass -1 to convert all sub-cells contained within the cell; pass -2 to convert only the active sub-cell.
combineMode
An enumerated Leadtools.RasterRegionCombineMode value that indicates how to create a region, if one is defined.
deleteAnnotation
true to delete the annotation after creating the region; otherwise, false.
For an example, refer to ConvertAnnotationToRegion(int32,rasterregioncombinemode,boolean)
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET