←Select platform

ROI Property

Summary

The region of interest for extraction.

Syntax
C#
VB
C++
public LeadRect ROI {get; set;} 
Public Property ROI() As LeadRect 
   Get 
   Set 
public:  
   property LeadRect^ ROI 
   { 
      LeadRect^ get() 
      void set(LeadRect^ value) 
   } 

Property Value

The region of interest for extraction. The default value is LeadRect.Empty.

Remarks

UseROI must be true for this property to be used.

Example

For an example, refer to ExtractObjectsCommand.

Requirements
Target Platforms
Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.