IPlatform.GetNativeSize(VisualElement, Double, Double) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
This method is obsolete as of 3.5.0. Please use the static Platform.GetNativeSize(VisualElement view, double widthConstraint, double heightConstraint) method instead
For internal use by the Xamarin.Forms platform.
[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
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.
- Attributes
-
System.ObsoleteAttribute