I don't think iOS has full System.Drawing either, just some helper classes like Color, Rectangle, and Point.

If that's all you need, you can easily pull in the individual classes from:

https://github.com/mono/mono/tree/master/mcs/class/System.Drawing

Jonathan


On 2/13/2012 7:59 PM, Paul Johnson wrote:
Hi,

I'm part way through porting an iOS app to Android and have found a
large number of references to System.Drawing in the iOS code. When I
checked what references I can add, System.Drawing is missing for
Android. Is this supposed to be the case and if it is, is there
anything similar to System.Drawing that I can use?

Target platform is Android 2.2 minimum.

Thanks

Paul
_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid



_______________________________________________
Monodroid mailing list
Monodroid@lists.ximian.com

UNSUBSCRIBE INFORMATION:
http://lists.ximian.com/mailman/listinfo/monodroid

Reply via email to