LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

RegionStart Property

Show in webframe







Gets or sets the value that specifies the starting point for the region.
Syntax
public LeadPoint RegionStart {get; set;}
'Declaration
 
Public Property RegionStart As LeadPoint
'Usage
 
Dim instance As KaufmannRegionCommand
Dim value As LeadPoint
 
instance.RegionStart = value
 
value = instance.RegionStart
public LeadPoint RegionStart {get; set;}

            

            
 
get_RegionStart();
set_RegionStart(value);
Object.defineProperty('RegionStart');
public:
property LeadPoint RegionStart {
   LeadPoint get();
   void set (    LeadPoint value);
}

Property Value

The starting point for the region.
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.
Example
Refer to KaufmannRegionCommand.
Requirements

Target Platforms

See Also

Reference

KaufmannRegionCommand Class
KaufmannRegionCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.