Applies a wave transform on the image.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Wave ( _ horizontalAmplitude As Single, _ horizontalWavelength As Single, _ horizontalStartPhase As Integer, _ verticalAmplitude As Single, _ verticalWavelength As Single, _ verticalStartPhase As Integer, _ waveType As WaveType, _ backgroundColor As Color, _ interpolationMode As InterpolationMode, _ enlargeToFit As Boolean _ )
public void Wave( float horizontalAmplitude, float horizontalWavelength, int horizontalStartPhase, float verticalAmplitude, float verticalWavelength, int verticalStartPhase, WaveType waveType, Color backgroundColor, InterpolationMode interpolationMode, bool enlargeToFit )
Type: System.Single
Amplitude for horizontal wave.Type: System.Single
Length of the horizontal wave.Type: System.Int32
Horizontal wave start phase (in degrees).Type: System.Single
Amplitude for vertical wave.Type: System.Single
Length of the vertical wave.Type: System.Int32
Vertical wave start phase (in degrees).Type: Aurigma.GraphicsMill.Transforms.WaveType
WaveType value that specifies a form of the wave.Type: Aurigma.GraphicsMill.Transforms.InterpolationMode
InterpolationMode value specifying interpolation algorithm used during wave transformation.Type: System.Boolean
Value that specifies whether to enlarge the image to fit entire distorted image.