How easy is it to join 2 images together?
I am creating a listview and will be using .Addtwolinesandbitmap. The image I want to show will consist of 2 numbers (using images so they can be surrounded by circles). So that I'm not creating dozens of images for all the combinations, I want to create images 1-9 then stitch the 2 required digits together to make one bitmap that can be added as the listview bitmap.
If this is hard work then I will use a scollview and add 2 imageviews and 2 labels / item.
Thanks......again
I am creating a listview and will be using .Addtwolinesandbitmap. The image I want to show will consist of 2 numbers (using images so they can be surrounded by circles). So that I'm not creating dozens of images for all the combinations, I want to create images 1-9 then stitch the 2 required digits together to make one bitmap that can be added as the listview bitmap.
If this is hard work then I will use a scollview and add 2 imageviews and 2 labels / item.
Thanks......again