drawbitmap

  1. Matt S.

    iOS Question How to draw a region of a bitmap?

    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.
Top