Skip to content

Latest commit

 

History

History
44 lines (24 loc) · 1.12 KB

recthelper_fromcoordinatesanddimensions_1633521356.md

File metadata and controls

44 lines (24 loc) · 1.12 KB
-api-id -api-type
M:Windows.UI.Xaml.RectHelper.FromCoordinatesAndDimensions(System.Single,System.Single,System.Single,System.Single)
winrt method

Windows.UI.Xaml.RectHelper.FromCoordinatesAndDimensions

-description

Creates a new Rect value based on the element values of a Rect structure. C# and Microsoft Visual Basic code should use the Rect(Double,Double,Double,Double) constructor instead.

-parameters

-param x

The pixel value to set for X.

-param y

The pixel value to set for Y.

-param width

The pixel value to set for Width.

-param height

The pixel value to set for Height.

-returns

The created Rect.

-remarks

-examples

-see-also