←Select platform

SegmentationRectangle Property

Summary

Gets or sets the Segmentation rectangle.

Syntax

C#
VB
WinRT C#
C++
public LeadRect SegmentationRectangle { get; set; } 
Public Property SegmentationRectangle As Leadtools.LeadRect 
public Leadtools.LeadRect SegmentationRectangle {get; set;} 
 <br/>get_SegmentationRectangle();<br/>set_SegmentationRectangle(value);<br/>Object.defineProperty('SegmentationRectangle');  
public: 
property Leadtools.LeadRect SegmentationRectangle { 
   Leadtools.LeadRect get(); 
   void set (    Leadtools.LeadRect ); 
} 

Property Value

A rectangle that surrounds the object to be segmented.

Example

Refer to AutoSegmentCommand.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly