I IamBot Member Licensed User Longtime User Sep 27, 2012 #1 Hi, Is it possible to flip an image displayed on a ImageView? For example flip it horizontally so I get the mirror image?
Hi, Is it possible to flip an image displayed on a ImageView? For example flip it horizontally so I get the mirror image?
Erel B4X founder Staff member Licensed User Longtime User Sep 27, 2012 #2 You can use Canvas.DrawBitmapFlipped to draw a flipped image on the ImageView. Upvote 0