Point(Double, Double) Constructor

Definition

Creates a new Point structure that contains the specified coordinates.

public:
 Point(double x, double y);
public Point (double x, double y);
new System.Windows.Point : double * double -> System.Windows.Point
Public Sub New (x As Double, y As Double)

Parameters

x
Double

The x-coordinate of the new Point structure.

y
Double

The y-coordinate of the new Point structure.

Applies to