Visual Basic (Declaration) | |
---|---|
Public Property RegionThreshold As Integer |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int RegionThreshold {get; set;} |
Return Value
The stopping point for the region.Refer to KaufmannRegionCommand.
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.
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family