Applies swirl transform on the image.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Swirl ( _ center As Point, _ scaleFactor As Single, _ backgroundColor As Color, _ interpolationMode As InterpolationMode _ )
public void Swirl( Point center, float scaleFactor, Color backgroundColor, InterpolationMode interpolationMode )
Type: System.Drawing.Point
Point that specifies swirl center.Type: System.Single
Swirl scale factor.Type: Aurigma.GraphicsMill.Transforms.InterpolationMode
InterpolationMode value specifying interpolation algorithm used during swirling.