LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Amplitude Property (WaveCommand)

Show in webframe







Gets or sets the wave's magnitude.
Syntax
public int Amplitude {get; set;}
'Declaration
 
Public Property Amplitude As Integer
'Usage
 
Dim instance As WaveCommand
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

Wave's magnitude. This property only accepts positive values.
Example
Refer to WaveCommand.
Requirements

Target Platforms

See Also

Reference

WaveCommand Class
WaveCommand Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.