[mono-android] System.Drawing under m4a?

Jonathan Pryor jonp at xamarin.com
Tue Feb 14 02:48:53 UTC 2012


On Feb 13, 2012, at 8:59 PM, Paul Johnson wrote:
> 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.

Behold! System.Drawing!

	http://androidapi.xamarin.com/?link=N%3aSystem.Drawing

However, look closely at the documentation, e.g.:

	http://androidapi.xamarin.com/?link=T%3aSystem.Drawing.Point

Note:

	Assembly: OpenTK (in OpenTK.dll)

This is the same as MonoTouch: a (very small) subset of System.Drawing is provided, and it's bundled in the OpenTK.dll assembly.

 - Jon



More information about the Monodroid mailing list