←Select platform

Amplitude Property

Summary

Gets or sets the wave magnitude, in pixels.

Syntax

C#
VB
WinRT C#
C++
public int Amplitude { get; set; } 
  
Public Property Amplitude As Integer 
public int Amplitude {get; set;} 
  
get_Amplitude(); 
set_Amplitude(value); 
Object.defineProperty('Amplitude');  
public: 
property int Amplitude { 
   int get(); 
   void set (    int ); 
} 

Property Value

Wave magnitude, in pixels. This property only accepts positive values.

Example

Refer to OceanCommand.

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