Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

Amplitude Property (RadialWaveCommand)








Gets or sets an integer that represents the magnitude of the wave.
Syntax
public int Amplitude {get; set;}
'Declaration
 
Public Property Amplitude As Integer
'Usage
 
Dim instance As RadialWaveCommand
Dim value As Integer
 
instance.Amplitude = value
 
value = instance.Amplitude
public int Amplitude {get; set;}

            

            
 
get_Amplitude();
set_Amplitude(value);
Object.defineProperty('Amplitude');
public:
property int Amplitude {
   int get();
   void set (    int value);
}

Property Value

An integer that represents the magnitude of the wave. Valid values range from 0 to 100.
Example
Refer to RadialBlurCommand.
Requirements

Target Platforms

See Also

Reference

RadialWaveCommand Class
RadialWaveCommand Members

Error processing SSI file