Visual Basic (Declaration) | |
---|---|
Public Property Amplitudes As Integer() |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public int[] Amplitudes {get; set;} |
Managed Extensions for C++ | |
---|---|
public: __property int[]* get_Amplitudes(); public: __property void set_Amplitudes( int[]* value ); |
C++/CLI | |
---|---|
public: property array<int>^ Amplitudes { array<int>^ get(); void set (intarray<value>^ value); } |
XAML | |
---|---|
cannot be used in XAML directly.Instead use x:Array Markup Extension. |
XAML Attributes Usage | |
---|---|
<object Amplitudes =int > |
Dependency Property Information | |
---|---|
Identifier field | AmplitudesProperty |
Metadata properties set to true | None |
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 Leadtools.ImageProcessing.Effects.EffectsUtilities.GetCurvePoints utility method.For XAML example, refer to FreeHandShearCommandBitmapEffect.
For C#/VB examples, refer to FreeHandShearCommandBitmapEffect.
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Vista, and Windows Server 2003