ImageSegment Property

Summary

Gets or sets ImageSegment rectangle.

Syntax
C#
VB
C++
public LeadRect ImageSegment { get; set; } 
  
Public Property ImageSegment As LeadRect 
public: 
property LeadRect ImageSegment { 
   LeadRect get(); 
   void set (    LeadRect ); 
} 

Property Value

Gets or sets ImageSegment rectangle which represents the segment boundaries from the original image.

Example

Refer to MrcSegmenter.AddSegment example.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Mrc Assembly