Typical - I post and then it clicks seconds later. I'm now using the
following:
public static void BeginImageContext (SizeF size)
{
if (IsRetinaDisplay)
UIGraphics.BeginImageContextWithOptions (size,
false, 0);
else
UIGraphics.BeginImageContext (size);
}
--
View this message in context:
http://monotouch.2284126.n4.nabble.com/Retina-ContentScaleFactor-Query-tp4019854p4020333.html
Sent from the MonoTouch mailing list archive at Nabble.com.
_______________________________________________
MonoTouch mailing list
[email protected]
http://lists.ximian.com/mailman/listinfo/monotouch