Android Question Skew Image

khwarizmi

Active Member
Licensed User
Longtime User
Hi all

Is there a way in B4A to skew image?
I know how to rotate a bitmap by using:
B4X:
bitmap.Rotate(30)
but I want to rorate the bitmap with a specific angle.

thanks
 
Top