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.