Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

SegmentationRectangle Property








Gets or sets the Segmentation rectangle.
Syntax
public LeadRect SegmentationRectangle {get; set;}
'Declaration
 
Public Property SegmentationRectangle As LeadRect
'Usage
 
Dim instance As AutoSegmentCommand
Dim value As LeadRect
 
instance.SegmentationRectangle = value
 
value = instance.SegmentationRectangle
public LeadRect SegmentationRectangle {get; set;}
 <br/>get_SegmentationRectangle();<br/>set_SegmentationRectangle(value);<br/>Object.defineProperty('SegmentationRectangle'); 
public:
property LeadRect SegmentationRectangle {
   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

Error processing SSI file