[mono-android] System.Drawing under m4a?

Jonathan Pobst monkey at jpobst.com
Tue Feb 14 02:45:44 UTC 2012


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 at lists.ximian.com
>
> UNSUBSCRIBE INFORMATION:
> http://lists.ximian.com/mailman/listinfo/monodroid
>
>



More information about the Monodroid mailing list