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

Stress Property (PunchCommand)






Gets or sets the amount of punching intensity. .NET support WinRT support
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);
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: 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

PunchCommand Class
PunchCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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