tags:

views:

29

answers:

0

I'm trying to optimize Bitmap drawing so I'd like to create Bitmap's in the devices native format (my assumption is that they will blit faster this way...?)

How can I determine the device's format? Actually the Bitmap.Config is what I want.

thx