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 _ )
public void Wave( float horizontalAmplitude, float horizontalWavelength, int horizontalStartPhase, float verticalAmplitude, float verticalWavelength, int verticalStartPhase, WaveType waveType )
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.