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

TransformsProvider.Swirl Method (Single, Single, Single)

Applies swirl transform on the image.

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

Syntax

Visual Basic
Public Sub Swirl ( _
	x As Single, _
	y As Single, _
	scaleFactor As Single _
)
C#
public void Swirl(
	float x,
	float y,
	float scaleFactor
)

Parameters

x

Type: System.Single

X-coordinate of the swirl center.
y

Type: System.Single

Y-coordinate of the swirl center.
scaleFactor

Type: System.Single

Swirl scale factor.

Remarks

You can also use Swirl class to apply this transform.

See Also

Reference