In B4A We can draw only a portion of a bitmap with:
How can we do the same in B4i. Note that "DrawBitmap" in B4i does NOT get the "SrcRect1" argument. for example we have:
Thanks anybody replying.
B4A:
canvas1.DrawBitmap(bitmap1, SrcRect1, DestRect1)
B4i:
canvas1.DrawBitmap(bitmap1, DestRect1)