LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)
LEAD Technologies, Inc

Amplitude Property (ZigZagCommand)






Gets or sets the value that indicates the non-zero value that represents the magnitude of the wave (amount of displacement) on which the filter is applied, if ZigZagCommandFlags.RadialWave is set in the flags parameter. .NET support WinRT support
Syntax
public int Amplitude {get; set;}
'Declaration
 
Public Property Amplitude As Integer
'Usage
 
Dim instance As ZigZagCommand
Dim value As Integer
 
instance.Amplitude = value
 
value = instance.Amplitude
public int Amplitude {get; set;}
 get_Amplitude();
set_Amplitude(value);
public:
property int Amplitude {
   int get();
   void set (    int value);
}

Property Value

Value that indicates the non-zero value that represents the magnitude of the wave (amount of displacement) on which the filter is applied, if ZigZagCommandFlags.RadialWave is set in the flags parameter. The valid range is from 1 - 100.
Example
Refer to ZigZagCommand example.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ZigZagCommand Class
ZigZagCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.