I found the problem regarding missing images. It turns out that the image IS there but is rendered completely transparent when I created the Bitmap. There is a lengthy explanation on this but to sum it up, I would need to PreMultiply each pixel in the Bitmap with the Alpha value. This is very slow in...