Re: [mono-android] ScaleGestureDetector missing properties

2012-07-19 Thread Darren Abbott
Thanks! I will be sure to start checking per-field API levels. I'm new to android development, and hadn't noticed them before. Darren On Wed, Jul 18, 2012 at 11:08 PM, Jonathan Pryor wrote: > On Jul 18, 2012, at 9:53 PM, Darren Abbott wrote: > > I am trying to make use of the X and Y componen

Re: [mono-android] ScaleGestureDetector missing properties

2012-07-18 Thread Jonathan Pryor
On Jul 18, 2012, at 9:53 PM, Darren Abbott wrote: > I am trying to make use of the X and Y components of the span in a > ScaleGestureListener. Per the Android and the Xamarin documentation, I > should be able to query CurrentSpanX, CurrentSpanY, PreviousScanX, and > PreviousScanY properties fro