←Select platform

OutOfFocusBlocks Property

Summary

Gets the zones that represent the out-of-focus blocks after the text blur detector command has been applied.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public LeadRect[] OutOfFocusBlocks { get; } 
Public ReadOnly Property OutOfFocusBlocks As Leadtools.LeadRect() 
public [Leadtools.LeadRect[]](../l/leadrect.md) OutOfFocusBlocks {get;} 
@property (nonatomic, strong, readonly) NSMutableArray<NSValue *> *outOfFocusBlocks //LeadRect 
public ArrayList<LeadRect> getOutOfFocusBlocks() 
 get_OutOfFocusBlocks();  
public: 
property Leadtools.array<LeadRect>^ OutOfFocusBlocks { 
   Leadtools.array<LeadRect>^ get(); 
} 

Property Value

An array of LeadRect, each of which contains the 4 corners of an out-of-focus block.

Example

Refer to TextBlurDetectorCommand.

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