M MarkoMylo Member Licensed User Longtime User Jan 23, 2013 #1 Which command to use to call and draw different parts one large bitmap file instead of creating and calling multiple bitmap files (for example flags). Thx
Which command to use to call and draw different parts one large bitmap file instead of creating and calling multiple bitmap files (for example flags). Thx
M MLDev Active Member Licensed User Longtime User Jan 23, 2013 #2 I think you want Canvas.DrawBitmap. See:Basic4android - Drawing (Core) Upvote 0
M MarkoMylo Member Licensed User Longtime User Jan 23, 2013 #3 MLDev said: I think you want Canvas.DrawBitmap. See:Basic4android - Drawing (Core) Click to expand... yes. thank you, very useful. now, i will read entire forum from A to Z before questions... thanks Upvote 0
MLDev said: I think you want Canvas.DrawBitmap. See:Basic4android - Drawing (Core) Click to expand... yes. thank you, very useful. now, i will read entire forum from A to Z before questions... thanks