Share via


IPlatformServices.GetNativeSize(VisualElement, Double, Double) Method

Definition

For internal use by the Xamarin.Forms platform.

public Xamarin.Forms.SizeRequest GetNativeSize (Xamarin.Forms.VisualElement view, double widthConstraint, double heightConstraint);
abstract member GetNativeSize : Xamarin.Forms.VisualElement * double * double -> Xamarin.Forms.SizeRequest

Parameters

view
VisualElement

For internal use by the Xamarin.Forms platform.

widthConstraint
System.Double

For internal use by the Xamarin.Forms platform.

heightConstraint
System.Double

For internal use by the Xamarin.Forms platform.

Returns

For internal use by the Xamarin.Forms platform.

Applies to