←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 Leadtools.LeadPoint RegionStart {get; set;}
Public Property RegionStart As Leadtools.LeadPoint
public Leadtools.LeadPoint RegionStart {get; set;}
get_RegionStart(); 
set_RegionStart(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.ImageProcessing.Core Assembly
Click or drag to resize