On this pagePoint Constructor Initializes a new instance of the Point structure. Definition Namespace: Avalonia Assembly: Avalonia.Base (in Avalonia.Base.dll) C#VBF#public Point( double x, double y)Public Sub New ( x As Double, y As Double)new : x : float * y : float -> Point Parameters DoubleThe X position. DoubleThe Y position. See Also Reference Point Structure Avalonia Namespace