Windows.UI.Xaml.SizeHelper.FromDimensions C# (CSharp) Method

FromDimensions() public static method

public static FromDimensions ( [ width, [ height ) : Size
width [
height [
return Windows.Foundation.Size
		public static extern Size FromDimensions([In] float width, [In] float height);
		public static extern bool GetIsEmpty([In] Size target);