How do I draw a point using Core Graphics?

CGContextFillRect(context, CGRectMake(x,y,1,1));

Leave a Comment