←Select platform

Amplitudes Property

Summary

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

Syntax

C#
VB
WinRT C#
C++
public int[] Amplitudes { get; set; } 
  
Public Property Amplitudes As Integer() 
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>^ ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.SpecialEffects Assembly