WaveLength property (ILEADRasterDlgImgEfx)
short WaveLength | |
Overview |
Refer to Using Imaging Common Dialogs |
Remarks
Gets or sets the wavelength value.
The WaveLength property is associated with the following dialog boxes:
In this case, if DIS_PER is set in the ImageEffectFlags property. Possible values range from 0 – 100 and give the wavelength as a percentage of the bitmap dimensions. If DIS_FRQ is set in ImageEffectFlags 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 ImageEffectsFlags property. Possible values range from 0 – 100 and give the wavelength as a percentage of the bitmap dimensions. If DIS_FRQ is set in ImageEffectFlags 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 ImageEffectFlags property. Possible values range from 0 – 100 and give the wavelength as a percentage of the bitmap dimensions. If DIS_FRQ is set in ImageEffectFlags property, this value is the number of repeated waves. Possible values range from 0 – 100. |
See Also