Drawing with MonoTouch.
Here’s a simple example on using Quartz 2D with MonoTouch. First you need to create a CGBitmapContext object: [sourcecode language=”csharp”] int width = 100; int… Read More »Drawing with MonoTouch.
Here’s a simple example on using Quartz 2D with MonoTouch. First you need to create a CGBitmapContext object: [sourcecode language=”csharp”] int width = 100; int… Read More »Drawing with MonoTouch.