←Select platform

RegionStart Property

Summary

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

Syntax
C#
VB
C++
public LeadPoint RegionStart { get; set; } 
Public Property RegionStart As LeadPoint 
public: 
property LeadPoint RegionStart { 
   LeadPoint get(); 
   void set (    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 20.0.2020.4.3
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly