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