Search code examples
androidxamarinsystem.drawing

System.Drawing on Android


I am new at Xamarin, and need little help. I have libraries writen for windows and iOS that use System.Drawing (using monotouch.dll if understand well). Now i need to adapt those libraries to work on Android, is there an easy way to do it, or i must manualy change them to work with Android.Graphics?


Solution

  • Look into Splat, a cross-platform geometry/color library built by Paul Betts.

    https://github.com/paulcbetts/splat