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

Waddle Constructor (Single, Direction)

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

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

Syntax

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

Parameters

radius

Type: System.Single

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

Type: Aurigma.GraphicsMill.Transforms.Direction

Value that specifies waddle direction. You can change it later through the Direction property.

See Also

Reference