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;} |
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