バージョン

OnMeasure メソッド (PieChartViewBase)

ビューを測定します。
シンタックス
protected override void OnMeasure( 
   int widthMeasureSpec,
   int heightMeasureSpec
)

パラメータ

widthMeasureSpec
親からの水平スペース要件。
heightMeasureSpec
親からの垂直スペース要件。
解説
widthMeasureSpec および heightMeasureSpec 引数は、親ビューから子ビューへの要件とエンコードされます。Android.Views.View.MeasureSpec クラスは要件のエンコードおよびデコードのために使用されます。詳細については、Xamarin ヘルプを参照してください。 https://developer.xamarin.com/api/type/Android.Views.View+MeasureSpec/
参照