Point Constructor
Initializes a new instance of the Point structure.
Definition
Namespace: Avalonia
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public Point(
double x,
double y
)
Public Sub New (
x As Double,
y As Double
)
new :
x : float *
y : float -> Point