Gets or sets the value that specifies the starting point for the region.
public LeadPoint RegionStart { get; set; }
Public Property RegionStart As Leadtools.LeadPoint
public Leadtools.LeadPoint RegionStart {get; set;}
<br/>get_RegionStart();<br/>set_RegionStart(value);<br/>Object.defineProperty('RegionStart');
public:
property Leadtools.LeadPoint RegionStart {
Leadtools.LeadPoint get();
void set ( Leadtools.LeadPoint );
}
The starting 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. 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