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

Waddle Constructor (Single)

Creates and initializes new Waddle class instance. You can set waddle radius here.

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

Syntax

Visual Basic
Public Sub New ( _
	radius As Single _
)
C#
public Waddle(
	float radius
)

Parameters

radius

Type: System.Single

Value that specifies waddle radius. You can change it later through the Radius property.

See Also

Reference