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

TransformsProvider.WaterDrop Method (Point, Single, Single, Single)

Applies water drop transform (effect of ripples on the water).

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

Syntax

Visual Basic
Public Sub WaterDrop ( _
	center As Point, _
	radius As Single, _
	amplitude As Single, _
	wavelength As Single _
)
C#
public void WaterDrop(
	Point center,
	float radius,
	float amplitude,
	float wavelength
)

Parameters

center

Type: System.Drawing.Point

Center point of the water drop.
radius

Type: System.Single

Radius of the water drop.
amplitude

Type: System.Single

Amplitude of the water drop.
wavelength

Type: System.Single

Wave length of the ripples.

Remarks

You can also use WaterDrop class to apply this transform.

See Also

Reference