LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Stress Property (PunchCommand)

Show in webframe







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

Amount of punching intensity. This value is ignored when the Value property is less than 0. Valid values range from 0 to 1000.
Example
Refer to PunchCommand.
Requirements

Target Platforms

See Also

Reference

PunchCommand Class
PunchCommand Members

 

 


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