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

Swirl Constructor (Point, 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 Point, _
	scaleFactor As Single _
)
C#
public Swirl(
	Point center,
	float scaleFactor
)

Parameters

center

Type: System.Drawing.Point

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