Click or drag to resize

WaveTransform Constructor (Double, Double, WaveTransformMode, InterpolationMode)

Creates a new instance of WaveTransform specifying maxOffsetPercent, periods, mode and transformMode.

Namespace:  Atalasoft.Imaging.ImageProcessing.Transforms
Assembly:  Atalasoft.dotImage (in Atalasoft.dotImage.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public WaveTransform(
	double maxOffsetPercent,
	double periods,
	WaveTransformMode mode,
	InterpolationMode transformMode
)

Parameters

maxOffsetPercent
Type: SystemDouble
Maximum offset percent for the wave.
periods
Type: SystemDouble
Number of periods in the wave.
mode
Type: Atalasoft.Imaging.ImageProcessing.TransformsWaveTransformMode
The style of wave transform to create.
transformMode
Type: Atalasoft.Imaging.ImageProcessingInterpolationMode
Specifies the interpolation used with this transform.
Exceptions
ExceptionCondition
Thrown if the maxOffsetPercent or periods value is less than 0.
See Also