LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

Stress Property (RadialBlurCommand)






Gets or sets an integer that represents the amount of the blur intensity. .NET support WinRT support
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);
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

RadialBlurCommand Class
RadialBlurCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.