Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 791 Bytes

pointhelper_fromcoordinates_673163148.md

File metadata and controls

34 lines (20 loc) · 791 Bytes
-api-id -api-type
M:Windows.UI.Xaml.PointHelper.FromCoordinates(System.Single,System.Single)
winrt method

Windows.UI.Xaml.PointHelper.FromCoordinates

-description

Creates a new Point value using x- and y-coordinate values in pixels. C# and Microsoft Visual Basic code should use the Point(Double,Double) constructor instead.

-parameters

-param x

The pixel value to set for X.

-param y

The pixel value to set for Y.

-returns

The created Point.

-remarks

-examples

-see-also