←Select platform

BlurExtent Property

Summary

Gets the amount of blurring.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public double BlurExtent { get; } 
Public ReadOnly Property BlurExtent As Double 
public double BlurExtent {get;} 
@property (nonatomic, assign, readonly) double blurExtent 
public double getBlurExtent() 
 get_BlurExtent();  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Core Assembly