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

Swirl Constructor (Int32, Int32, 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 ( _
	x As Integer, _
	y As Integer, _
	scaleFactor As Single _
)
C#
public Swirl(
	int x,
	int y,
	float scaleFactor
)

Parameters

x

Type: System.Int32

X-coordinate of the swirl center. Can be modified later through Center property.
y

Type: System.Int32

Y-coordinate of 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