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

WaterDrop Constructor (PointF, Single, Single, Single)

Creates and initializes WaterDrop class instance. You can specify main water drop settings here.

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

Syntax

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

Parameters

center

Type: System.Drawing.PointF

PointF structure that specifies the center point of the water drop. You can change it later via Center property.
radius

Type: System.Single

Radius of the water drop. You can change it later via Radius property.
amplitude

Type: System.Single

Amplitude of the water drop. You can change it later via Amplitude property.
wavelength

Type: System.Single

A wave length of the ripples. You can change it later via Wavelength property.

See Also

Reference