LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Amplitude Property (RippleCommand)

Show in webframe







Gets or sets the wave magnitude(amount of displacement).
Syntax
public int Amplitude {get; set;}
'Declaration
 
Public Property Amplitude As Integer
'Usage
 
Dim instance As RippleCommand
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 magnitude(amount of displacement). Only positive values are accepted.
Example
Refer to RippleCommand.
Requirements

Target Platforms

See Also

Reference

RippleCommand Class
RippleCommand Members

 

 


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