1 reference to x
System.Private.Windows.Core (1)
Windows\Win32\Foundation\POINTS.cs (1)
10
public static implicit operator Point(POINTS point) => new(point.
x
, point.y);