LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Stress Property (ZoomBlurCommand)

Show in webframe







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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.