Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

Show in webframe

BlurExtent Property








Gets the amount of blurring.
Syntax
public double BlurExtent {get;}
'Declaration
 
Public ReadOnly Property BlurExtent As Double
'Usage
 
Dim instance As BlurDetectionCommand
Dim value As Double
 
value = instance.BlurExtent
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

See Also

Reference

BlurDetectionCommand Class
BlurDetectionCommand Members

Error processing SSI file