LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)
LEAD Technologies, Inc

SegementationRectangle Property






Gets or sets the Segmentation rectangle. .NET support WinRT support
Syntax
public LeadRect SegementationRectangle {get; set;}
'Declaration
 
Public Property SegementationRectangle As LeadRect
'Usage
 
Dim instance As AutoSegmentCommand
Dim value As LeadRect
 
instance.SegementationRectangle = value
 
value = instance.SegementationRectangle
public LeadRect SegementationRectangle {get; set;}
 get_SegementationRectangle();
set_SegementationRectangle(value);
public:
property LeadRect SegementationRectangle {
   LeadRect get();
   void set (    LeadRect value);
}

Property Value

A rectangle that surrounds the object to be segmented.
Example
Refer to AutoSegmentCommand.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AutoSegmentCommand Class
AutoSegmentCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.