virtual ImageFormat GetDrawableImageFormat() const;
GetDrawableImageFormat returns the format of the DrawableImage image. In D3D9, R8G8B8A8 is not mappable, so use B8G8R8A8 which is.
The ImageFormat of the image.