LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

SegementationRectangle Property

Show in webframe







Gets or sets the Segmentation rectangle.
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);
Object.defineProperty('SegementationRectangle');
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

See Also

Reference

AutoSegmentCommand Class
AutoSegmentCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.