←Select platform

Stress Property

Summary

Gets or sets the amount of punching intensity.

Syntax

C#
VB
WinRT C#
C++
public int Stress { get; set; } 
  
Public Property Stress As Integer 
public int Stress {get; set;} 
  
get_Stress(); 
set_Stress(value); 
Object.defineProperty('Stress');  
public: 
property int Stress { 
   int get(); 
   void set (    int ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly