Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

RegionStart Property








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;}
 <br/>get_RegionStart();<br/>set_RegionStart(value);<br/>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 AddMagicWandToRegion Method.
Example
Refer to KaufmannRegionCommand.
Requirements

Target Platforms

See Also

Reference

KaufmannRegionCommand Class
KaufmannRegionCommand Members

Error processing SSI file