AmplitudesCount property (ILEADRasterProcess)

Visual Basic example

Visual C++ example

 

Syntax

long AmplitudesCount

Overview

Refer to Applying Artistic Effects

Remarks

Gets or sets the number of elements in the Amplitudes property.

Set this property to allocate the array for the Amplitudes property before actually setting the Amplitudes property. As an alternate method you can call the GetCurvePoints method to update the Amplitudes property with the appropriate values and update this property with the number of values set in the Amplitudes property.

See Also

Elements:

Amplitudes property, FreeHandWave, FreeHandShear method, GetCurvePoints method

Topics:

Raster Images: Doing Geometric Transformations

 

Raster Images: Artistic Effects