LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Amplitudes Property (FreeHandShearCommand)

Show in webframe







Gets or sets an array of integers that represent shear wave values.
Syntax
public int[] Amplitudes {get; set;}
'Declaration
 
Public Property Amplitudes As Integer()
'Usage
 
Dim instance As FreeHandShearCommand
Dim value() As Integer
 
instance.Amplitudes = value
 
value = instance.Amplitudes
public int[] Amplitudes {get; set;}

            

            
 
get_Amplitudes();
set_Amplitudes(value);
Object.defineProperty('Amplitudes');
public:
property array<int>^ Amplitudes {
   array<int>^ get();
   void set (    array<int>^ value);
}

Property 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 Leadtools.ImageProcessing.Effects.EffectsUtilities.GetCurvePoints(System.Int32[],Leadtools.LeadPoint[],Leadtools.ImageProcessing.Effects.CurvePointsType) utility method.
Example
Refer to FreeHandShearCommand.
Requirements

Target Platforms

See Also

Reference

FreeHandShearCommand Class
FreeHandShearCommand Members

 

 


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