←Select platform

BlurExtent Property

Summary

Gets the amount of blurring.

Syntax
C#
VB
Objective-C
C++
Java
public double BlurExtent { get; } 
Public ReadOnly Property BlurExtent As Double 
@property (nonatomic, assign, readonly) double blurExtent 
public double getBlurExtent() 
public: 
property double BlurExtent { 
   double get(); 
} 

Property Value

The amount of blurring. Valid values range from 0 to 1.0.

Example

Refer to BlurDetectionCommand.

Requirements

Target Platforms

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

Leadtools.ImageProcessing.Core Assembly