←Select platform

Attenuation Property

Summary

Gets or sets the value that indicates the attenuation value that indicates how rapidly the wave amplitude decays as the wave travels along the radial line on which the filter is applied.

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

Value that indicates the attenuation value that indicates how rapidly the wave amplitude decays as the wave travels along the radial line on which the filter is applied. The valid range is from 0 - 1000.

Example

Refer to ZigZagCommand example.

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