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

Amplitudes Property (FreeHandWaveCommand)






Gets or sets an array of integers that represent wave values. .NET support WinRT support
Syntax
public int[] Amplitudes {get; set;}
'Declaration
 
Public Property Amplitudes As Integer()
'Usage
 
Dim instance As FreeHandWaveCommand
Dim value() As Integer
 
instance.Amplitudes = value
 
value = instance.Amplitudes
public int[] Amplitudes {get; set;}
 get_Amplitudes();
set_Amplitudes(value);
public:
property array<int>^ Amplitudes {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property Value

Array of integers that represent wave values. The real value of the array elements is divided by 1000, and the valid value of each element in the array is between -1000 and 1000. These values are generally obtained from the Leadtools.ImageProcessing.Effects.EffectsUtilities.GetCurvePoints(System.Int32[],Leadtools.LeadPoint[],Leadtools.ImageProcessing.Effects.CurvePointsType) utility method. They may also be obtained through the FreeHandWave Dialog.
Example
Refer to FreeHandWaveCommand.
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

FreeHandWaveCommand Class
FreeHandWaveCommand Members

 

 


Products | Support | Contact Us | Copyright Notices

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