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

Swirl.Center Property

Gets/sets swirl center point.

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

Syntax

Visual Basic
Public Property Center As PointF
C#
public PointF Center { get; set; }

Property Value

PointF structure specifying center point for the swirl.

Remarks

Default swirl center is in point (0,0).

See Also

Reference