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 from a ScaleGesterDetector object. However, those fields don't seem to exist -- VS2012's autosense doesn't provide them, if I type them in manually the compiler says they don't exist, and when I look at the definition of ScaleGestureDetector they don't appear.
Were these elements overlooked? How can I get access to them, short of creating my own ScaleGestureListener from touch events? Thanks, Darren
_______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
