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

Swirl Constructor (PointF, Single)

Creates and initializes Swirl class instance. You can set here center point and scale factor of the swirl transform.

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

Syntax

Visual Basic
Public Sub New ( _
	center As PointF, _
	scaleFactor As Single _
)
C#
public Swirl(
	PointF center,
	float scaleFactor
)

Parameters

center

Type: System.Drawing.PointF

Point specifying the swirl center. Can be modified later through Center property.
scaleFactor

Type: System.Single

Swirl scale factor. Can be modified later through ScaleFactor property.

See Also

Reference