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

FromCoordinatesAndDimensions() public static method

public static FromCoordinatesAndDimensions ( [ x, [ y, [ width, [ height ) : Rect
x [
y [
width [
height [
return Windows.Foundation.Rect
		public static extern Rect FromCoordinatesAndDimensions([In] float x, [In] float y, [In] float width, [In] float height);
		public static extern Rect FromPoints([In] Point point1, [In] Point point2);