Gets or sets the value that specifies the stopping point for the region.
public int RegionThreshold { get; set; }
Public Property RegionThreshold As Integer
public int RegionThreshold {get; set;}
<br/>get_RegionThreshold();<br/>set_RegionThreshold(value);<br/>Object.defineProperty('RegionThreshold');
The stopping point for the region.
The region is created using a magic wand technique. The Magic Wand is a selection tool that works by starting from a point and expanding to different areas of the image. If the difference between the color of the new pixel which is about to be included in the region and the pixel color which is pointed to by RegionStart exceeds the difference between the RegionThreshold and the pixel color which is pointed to by RegionStart, the pixel will not be included. For more information, refer to AddMagicWandToRegion Method.
Refer to KaufmannRegionCommand.
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