LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Amplitude Property (OceanCommand)

Show in webframe







Gets or sets the wave magnitude, in pixels.
Syntax
public int Amplitude {get; set;}
'Declaration
 
Public Property Amplitude As Integer
'Usage
 
Dim instance As OceanCommand
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, in pixels. This property only accepts positive values.
Example
Refer to OceanCommand.
Requirements

Target Platforms

See Also

Reference

OceanCommand Class
OceanCommand Members

 

 


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