Leadtools.ImageProcessing.Core Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
RegionStart Property
See Also 
Leadtools.ImageProcessing.Core Namespace > KaufmannRegionCommand Class : RegionStart Property



Gets or sets the value that specifies the starting point for the region.

Syntax

Visual Basic (Declaration) 
Public Property RegionStart As Point
Visual Basic (Usage)Copy Code
Dim instance As KaufmannRegionCommand
Dim value As Point
 
instance.RegionStart = value
 
value = instance.RegionStart
C# 
public Point RegionStart {get; set;}
C++/CLI 
public:
property Point RegionStart {
   Point get();
   void set (Point value);
}

Return Value

The starting point for the region.

Example

Remarks

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.

Requirements

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

See Also