Windows.UI.Xaml.RectHelper.FromLocationAndSize C# (CSharp) Method

FromLocationAndSize() public static method

public static FromLocationAndSize ( [ location, [ size ) : Rect
location [
size [
return Windows.Foundation.Rect
		public static extern Rect FromLocationAndSize([In] Point location, [In] Size size);
		public static extern bool GetIsEmpty([In] Rect target);