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

Waddle.Radius Property

Gets/sets a waddle raduis.

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

Syntax

Visual Basic
Public Property Radius As Single
C#
public float Radius { get; set; }

Property Value

Value that specifies waddle radius.

Remarks

Unlike Blur and any other filters, radius of the Waddle does not affect the performance at all.

Minimum value for the waddle radius is 3.

Default value is 5.

See Also

Reference