0

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

thanks Alex.

Alex
  • 459
  • 3
  • 14

1 Answers1

0

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

Krumelur
  • 32,180
  • 27
  • 124
  • 263