Gets or sets an array of integers that represent shear wave values.
public int[] Amplitudes { get; set; }
Public Property Amplitudes As Integer()
public int[] Amplitudes {get; set;}
get_Amplitudes();
set_Amplitudes(value);
Object.defineProperty('Amplitudes');
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.
Refer to FreeHandShearCommand.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET