WaveLength property (LEADDlgImgEffect Control)
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:
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 | |
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. | |
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