Leadtools.ImageProcessing.SpecialEffects Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
Amplitudes Property
See Also 
Leadtools.ImageProcessing.SpecialEffects Namespace > FreeHandShearCommand Class : Amplitudes Property



Gets or sets an array of integers that represent shear wave values.

Syntax

Visual Basic (Declaration)  
Public Property Amplitudes As Integer()
Visual Basic (Usage) Copy Code
Dim instance As FreeHandShearCommand
Dim value() As Integer
 
instance.Amplitudes = value
 
value = instance.Amplitudes
C#  
public int[] Amplitudes {get; set;}
C++/CLI  
public:
property array<int>^ Amplitudes {
   array<int>^ get();
   void set (intarray<value>^ value);
}

Return Value

Array of integers that represent shear wave values. The real values of the array elements is divided by 1000, and the valid value of each element in the amplitudes array is between -1000 and 1000. These values are generally obtained from the GetCurvePoints utility method.

Example

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also