rotatePlatformImage
actual fun rotatePlatformImage(image: PlatformBitmapImage, degrees: Float, interpolation: Interpolation): PlatformBitmapImage(source)
Android implementation of image rotation using Matrix.
expect fun rotatePlatformImage(image: PlatformBitmapImage, degrees: Float, interpolation: Interpolation): PlatformBitmapImage(source)
Rotates a platform image by the specified degrees.
Return
A new rotated image
Parameters
image
The source image
degrees
Rotation angle in degrees (positive = clockwise)
interpolation
The interpolation method to use
actual fun rotatePlatformImage(image: PlatformBitmapImage, degrees: Float, interpolation: Interpolation): PlatformBitmapImage(source)
actual fun rotatePlatformImage(image: PlatformBitmapImage, degrees: Float, interpolation: Interpolation): PlatformBitmapImage(source)
actual fun rotatePlatformImage(image: PlatformBitmapImage, degrees: Float, interpolation: Interpolation): PlatformBitmapImage(source)
JVM implementation of image rotation using Java2D.
actual fun rotatePlatformImage(image: PlatformBitmapImage, degrees: Float, interpolation: Interpolation): PlatformBitmapImage(source)