In B4A We can draw only a portion of a bitmap with:
canvas1.DrawBitmap(bitmap1, SrcRect1, DestRect1)
How can we do the same in B4i. Note that "DrawBitmap" in B4i does NOT get the "SrcRect1" argument. for example we have:
canvas1.DrawBitmap(bitmap1, DestRect1)
Thanks anybody replying.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.