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

TransformsProvider.Swirl Method

Applies swirl transform on the image.

Overload List

Name Description
Public method Swirl(Point, Single)

Applies swirl transform on the image.

Public method Swirl(PointF, Single)

Applies swirl transform on the image.

Public method Swirl(Int32, Int32, Single)

Applies swirl transform on the image.

Public method Swirl(Single, Single, Single)

Applies swirl transform on the image.

Public method Swirl(Point, Single, Color, InterpolationMode)

Applies swirl transform on the image.

Public method Swirl(PointF, Single, Color, InterpolationMode)

Applies swirl transform on the image.

Public method Swirl(Int32, Int32, Single, Color, InterpolationMode)

Applies swirl transform on the image.

Public method Swirl(Single, Single, Single, Color, InterpolationMode)

Applies swirl transform on the image.

See Also

Reference