Applies swirl transform on the image.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub Swirl ( _
x As Integer, _
y As Integer, _
scaleFactor As Single, _
backgroundColor As Color, _
interpolationMode As InterpolationMode _
)
public void Swirl(
int x,
int y,
float scaleFactor,
Color backgroundColor,
InterpolationMode interpolationMode
)
Type: System.Int32
X-coordinate of the swirl center.Type: System.Int32
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.