Transforms the current image by creating a swirling pattern from the center of the image.
Visual Basic |
---|
Public Sub Swirl( _ ByVal IPDegrees As Double _ ) |
- IPDegrees
The number of degrees of the swirling effect.
Valid range is between -360 and 360 (degrees).
Positive values for the IPDegrees parameter transforms the current image by making it look as if it were swirled clockwise. Negative values for the IPDegrees parameter transforms the current image by making it look as if it were swirled counter-clockwise.