Windows.UI.Xaml.PointHelper.FromCoordinates
July 6, 2022 ยท View on GitHub
-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.