LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
SegementationRectangle Property
See Also 
Leadtools.ImageProcessing.Core Namespace > AutoSegmentCommand Class : SegementationRectangle Property



Gets or sets the Segmentation rectangle.

Syntax

Visual Basic (Declaration) 
Public Property SegementationRectangle As LeadRect
Visual Basic (Usage)Copy Code
Dim instance As AutoSegmentCommand
Dim value As LeadRect
 
instance.SegementationRectangle = value
 
value = instance.SegementationRectangle
C# 
public LeadRect SegementationRectangle {get; set;}
C++/CLI 
public:
property LeadRect SegementationRectangle {
   LeadRect get();
   void set (    LeadRect value);
}

Property Value

A rectangle that surrounds the object to be segmented.

Example

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also