←Select platform

RegionStart Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly