This documentation is for the old version. Go to the latest Graphics Mill docs

TransformsProvider.Wave Method (Single, Single, Int32, Single, Single, Int32, WaveType)

Applies a wave transform on the image.

Namespace: Aurigma.GraphicsMill
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

Visual Basic
Public Sub Wave ( _
	horizontalAmplitude As Single, _
	horizontalWavelength As Single, _
	horizontalStartPhase As Integer, _
	verticalAmplitude As Single, _
	verticalWavelength As Single, _
	verticalStartPhase As Integer, _
	waveType As WaveType _
)
C#
public void Wave(
	float horizontalAmplitude,
	float horizontalWavelength,
	int horizontalStartPhase,
	float verticalAmplitude,
	float verticalWavelength,
	int verticalStartPhase,
	WaveType waveType
)

Parameters

horizontalAmplitude

Type: System.Single

Amplitude for horizontal wave.
horizontalWavelength

Type: System.Single

Length of the horizontal wave.
horizontalStartPhase

Type: System.Int32

Horizontal wave start phase (in degrees).
verticalAmplitude

Type: System.Single

Amplitude for vertical wave.
verticalWavelength

Type: System.Single

Length of the vertical wave.
verticalStartPhase

Type: System.Int32

Vertical wave start phase (in degrees).
waveType

Type: Aurigma.GraphicsMill.Transforms.WaveType

WaveType value that specifies a form of the wave.

Remarks

You can also use Wave class to apply this transform.

See Also

Reference