Share via


IPlatform.GetNativeSize(VisualElement, Double, Double) メソッド

定義

注意事項

This method is obsolete as of 3.5.0. Please use the static Platform.GetNativeSize(VisualElement view, double widthConstraint, double heightConstraint) method instead

Xamarin.Forms プラットフォームによる内部使用向け。

[System.Obsolete("This method is obsolete as of 3.5.0. Please use the static Platform.GetNativeSize(VisualElement view, double widthConstraint, double heightConstraint) method instead")]
public Xamarin.Forms.SizeRequest GetNativeSize (Xamarin.Forms.VisualElement view, double widthConstraint, double heightConstraint);
abstract member GetNativeSize : Xamarin.Forms.VisualElement * double * double -> Xamarin.Forms.SizeRequest

パラメーター

view
VisualElement

Xamarin.Forms プラットフォームによる内部使用向け。

widthConstraint
System.Double

Xamarin.Forms プラットフォームによる内部使用向け。

heightConstraint
System.Double

Xamarin.Forms プラットフォームによる内部使用向け。

戻り値

Xamarin.Forms プラットフォームによる内部使用向け。

属性
System.ObsoleteAttribute

適用対象