Gets or sets an array of integers that represent 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 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.
Refer to FreeHandWaveCommand.
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