WaveLength property (LEADDlgImgEffect Control)

C++ Builder example

Delphi 4.0 example

 

Builder Syntax

L_UINT WaveLength

Delphi Syntax

WaveLength: L_UINT

Overview

Refer to Using Imaging Common Dialogs.

Remarks

Gets or sets the wavelength value.

This property is associated with the following dialog boxes:

FreeHandWave dialog box

In this case, if DIS_PER is set in the FreeHandWaveFlags property. Possible values range from 0 – 100 and give the wavelength as a percentage of the bitmap dimensions. If DIS_FRQ is set in FreeHandWaveFlags property, this value is the number of repeated waves. Possible values range from 0 – 100

RadialWave dialog box

In this case, if DIS_PER is set in the RadialWaveFlags property. Possible values range from 0 – 100 and give the wavelength as a percentage of the bitmap dimensions. If DIS_FRQ is set in RadialWaveFlags property, this value is the number of repeated waves. Possible values range from 0 – 100.

Wave dialog box

In this case, if DIS_PER is set in the WaveFlags property. Possible values range from 0 – 100 and give the wavelength as a percentage of the bitmap dimensions. If DIS_FRQ is set in WaveFlags property, this value is the number of repeated waves. Possible values range from 0 – 100.

See Also

Elements:

ShowFreeHandWaveDlg method, ShowRadialWaveDlg method, ShowWaveDlg method, FreeHandWaveFlags property, RadialWaveFlags property, WaveFlags property, Amplitudes property, AmplitudesCount property, Scale property, WaveLength property, Angle property, FillColor property, GetCurvePoints method ¸ Amplitude property, Phase property, CenterPoint property, HorzScale property, VertScale property,

Topics:

Imaging Common Dialogs: Properties, Methods, and Events