Share via


IPlatform.GetNativeSize(VisualElement, Double, Double) Methode

Definition

Achtung

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

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

[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

Parameter

view
VisualElement

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

widthConstraint
System.Double

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

heightConstraint
System.Double

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Gibt zurück

Für die interne Verwendung durch die Xamarin.Forms-Plattform.

Attribute
System.ObsoleteAttribute

Gilt für: