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.

-remarks

-examples

-see-also

Contents

  1. 1-description
  2. 2-parameters
  3. 2.1-param x
  4. 2.2-param y
  5. 3-returns
  6. 4-remarks
  7. 5-examples
  8. 6-see-also