Options to CGBitmapContext for Drawining

296 Views Asked by At

Is there an option to the CGBitmapContext or Quartz 2D? I want to use it for drawing on an UIImage in monotouch.

thanks Alex.

1

There are 1 best solutions below

0
On

Drawing is always performed on a CGContext. If you want to draw onto an existing image, CGBitmapContext is logically the context to use.