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 _ )
public void Wave( float horizontalAmplitude, float horizontalWavelength, int horizontalStartPhase, float verticalAmplitude, float verticalWavelength, int verticalStartPhase )
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).bitmap.Transforms.Wave(10, 70, 0, 15, 80, 5)
bitmap.Transforms.Wave(10, 70, 0, 15, 80, 5);