summaryrefslogtreecommitdiff
path: root/Xamarin.Forms.Core/IPlatform.cs
blob: 507abcfe48deb638810146667fff91db8a039939 (plain)
1
2
3
4
5
6
7
namespace Xamarin.Forms
{
	internal interface IPlatform
	{
		SizeRequest GetNativeSize(VisualElement view, double widthConstraint, double heightConstraint);
	}
}