Thursday, November 28, 2013

Draw same bitmap multiple times

I want multiple bitmaps drawn in different positions in the same Canvas, without using multiple Image Objects.


I am drawing music notation, where some items (like a quarter note) may appear dozens of times. I can create an array of Images, each with the same ImageSource, but I wondered if there is a way without using dozens of Image controls.


JeryP...


No comments:

Post a Comment