←Select platform

UseROI Property

Summary

Indicates whether extraction is limited to the ROI.

Syntax
C#
VB
C++
public bool UseROI {get; set;} 
Public Property UseROI() As Boolean 
   Get 
   Set 
public:  
   property bool UseROI 
   { 
      bool get() 
      void set(bool value) 
   } 

Property Value

true to restrict extraction to the ROI; otherwise, false for the whole image. The default value is false.

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.