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

TransformsProvider.Swirl Method (Point, Single)

Applies swirl transform on the image.

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

Syntax

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

Parameters

center

Type: System.Drawing.Point

Point that specifies swirl center.
scaleFactor

Type: System.Single

Swirl scale factor.

Remarks

You can also use Swirl class to apply this transform.

See Also

Reference