Partager via


IPlatform.GetNativeSize(VisualElement, Double, Double) Méthode

Définition

Attention

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

Pour un usage interne par la plateforme 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

Paramètres

view
VisualElement

Pour un usage interne par la plateforme Xamarin.Forms.

widthConstraint
System.Double

Pour un usage interne par la plateforme Xamarin.Forms.

heightConstraint
System.Double

Pour un usage interne par la plateforme Xamarin.Forms.

Retours

Pour un usage interne par la plateforme Xamarin.Forms.

Attributs
System.ObsoleteAttribute

S’applique à