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

Show in webframe

Stress Property (RadialBlurCommand)








Gets or sets an integer that represents the amount of the blur intensity.
Syntax
public int Stress {get; set;}
'Declaration
 
Public Property Stress As Integer
'Usage
 
Dim instance As RadialBlurCommand
Dim value As Integer
 
instance.Stress = value
 
value = instance.Stress
public int Stress {get; set;}

            

            
 
get_Stress();
set_Stress(value);
Object.defineProperty('Stress');
public:
property int Stress {
   int get();
   void set (    int value);
}

Property Value

An integer that represents the amount of the blur intensity. Valid values are range in between 1 and 100.
Example
Refer to RadialBlurCommand.
Requirements

Target Platforms

See Also

Reference

RadialBlurCommand Class
RadialBlurCommand Members

Error processing SSI file