iOS Question How to draw a region of a bitmap?

Matt S.

Member
Licensed User
In B4A We can draw only a portion of a bitmap with:
B4A:
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:
B4i:
canvas1.DrawBitmap(bitmap1, DestRect1)
Thanks anybody replying.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…