Creates and initializes Swirl class instance. You can set all swirl transform parameters here.
Namespace:
Aurigma.GraphicsMill.Transforms
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Public Sub New ( _ center As Point, _ scaleFactor As Single, _ backgroundColor As Color, _ interpolationMode As InterpolationMode _ )
public Swirl( Point center, float scaleFactor, Color backgroundColor, InterpolationMode interpolationMode )
Type: System.Drawing.Point
Point specifying the swirl center. Can be modified later through Center property.Type: System.Single
Swirl scale factor. Can be modified later through ScaleFactor property.Type: Aurigma.GraphicsMill.Color
Value specifying background color for the swirled image. Can be modified later through BackgroundColor property.Type: Aurigma.GraphicsMill.Transforms.InterpolationMode
InterpolationMode value specifying interpolation algorithm used during swirling. Can be modified later through InterpolationMode property.