Override the Draw or OnDraw method of any View inheritor. You will get a Canvas object passed in to that method that has a very similar interface to System.Drawing.Graphics. If you need a finite amount of scrolling, you could write your own inheritor of HorizontalScrollView and override his Draw method. Then add to that an empty View with it's minimum width set for determining the scroll range. Calling Invalidate to cause a redraw is also very GDI-ish.
On Mon, Feb 13, 2012 at 6:59 PM, Paul Johnson <p...@all-the-johnsons.co.uk>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