←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
WinRT C#
C++
public int Attenuation { get; set; } 
  
Public Property Attenuation As Integer 
public int Attenuation {get; set;} 
  
get_Attenuation(); 
set_Attenuation(value); 
Object.defineProperty('Attenuation');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly