←Select platform

Attenuation Property

Summary

Gets or sets the attenuation value. The attenuation value indicates how rapidly the wave amplitude decays as the wave travels along the radial line.

Syntax
C#
VB
C++
public int Attenuation { get; set; } 
  
Public Property Attenuation As Integer 
public: 
property int Attenuation { 
   int get(); 
   void set (    int ); 
} 

Property Value

Attenuation value. The attenuation value indicates how rapidly the wave amplitude decays as the wave travels along the radial line. The values range from 0 - 1000.

Example

Refer to RippleCommand.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly