LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
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 LeadPoint
Visual Basic (Usage)Copy Code
Dim instance As KaufmannRegionCommand
Dim value As LeadPoint
 
instance.RegionStart = value
 
value = instance.RegionStart
C# 
public LeadPoint RegionStart {get; set;}
C++/CLI 
public:
property LeadPoint RegionStart {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property 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 Leadtools.RasterImage.AddMagicWandToRegion(System.Int32,System.Int32,Leadtools.RasterColor,Leadtools.RasterColor,Leadtools.RasterRegionCombineMode) Method.

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also