Click or drag to resize

WaveTransformMode Enumeration

Enumeration used by WaveTransform.

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 enum WaveTransformMode
Members
  Member nameDescription
LeftToRightSine The wave moves from left to right as a sine wave.
TopToBottomSine The wave moves from top to bottom as a sine wave.
LeftToRightCosine The wave moves from left to right as a cosine wave.
TopToBottomCosine The wave moves from top to bottom as a cosine wave.
See Also