It's recommended to manually create the BitmapContext if you are performing more than one call inside it and if you have a batch of draw calls. You will see a huge performance change since Invalidate is only called once instead of n times.
↧