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

Show in webframe

Stress Property (ZoomBlurCommand)








Gets or sets a value that represents the amount of the blur intensity.
Syntax
public int Stress {get; set;}
'Declaration
 
Public Property Stress As Integer
'Usage
 
Dim instance As ZoomBlurCommand
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

A value that represents the amount of the blur intensity. Only positive values are accepted.
Example
Refer to ZoomBlurCommand.
Requirements

Target Platforms

See Also

Reference

ZoomBlurCommand Class
ZoomBlurCommand Members

Error processing SSI file