IPlatform.GetNativeSize(VisualElement, Double, Double) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
This method is obsolete as of 3.5.0. Please use the static Platform.GetNativeSize(VisualElement view, double widthConstraint, double heightConstraint) method instead
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.
[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
Parametry
- view
- VisualElement
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.
- widthConstraint
- System.Double
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.
- heightConstraint
- System.Double
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.
Zwraca
Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.
- Atrybuty
-
System.ObsoleteAttribute