Applies swirl transform on the image.
Namespace:
Aurigma.GraphicsMill
Assembly:
Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)
Type: System.Int32
X-coordinate of the swirl center.Type: System.Int32
Y-coordinate of the swirl center.Type: System.Single
Swirl scale factor.bitmap.Transforms.Swirl(bitmap.Width \ 2, bitmap.Height \ 2, 2)
bitmap.Transforms.Swirl(bitmap.Width / 2, bitmap.Height / 2, 2);