Re: [mono-android] View ScaleX/Y and PivotX/Y

2012-06-06 Thread Jonathan Pryor
On Jun 5, 2012, at 11:10 AM, johnHolmes wrote: > http://developer.android.com/reference/android/view/View.html#setScaleX(float) This is bound as the View.ScaleX property http://androidapi.xamarin.com/monodoc.ashx?link=P%3aAndroid.Views.View.ScaleX > http://developer.android.com/referenc

[mono-android] View ScaleX/Y and PivotX/Y

2012-06-05 Thread johnHolmes
Hi, I'm trying to zooming the content of a View (LinearLayout). The only way to handle this seems to change scale and pivot value. I need to do it programatically so I was wondering if these getter/setter are implemented in M4A http://developer.android.com/reference/android/view/View.html#setSca