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