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