F FrankR Member Licensed User Longtime User Dec 23, 2015 #1 The Canvas has DrawRect() and ClearRect(). Is there a way to achieve a GetRect()? Thanks.
Erel B4X founder Staff member Licensed User Longtime User Dec 24, 2015 #2 Call Canvas.Snapshot to get an Image. You can then draw the relevant rectangle back with Canvas.DrawImage2. Upvote 0
Call Canvas.Snapshot to get an Image. You can then draw the relevant rectangle back with Canvas.DrawImage2.