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