<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.3.26207.106" />

Windows.Win32.Foundation.POINTS

struct POINTS
The POINTS structure defines the x- and y-coordinates of a point.
namespace Windows.Win32.Foundation { internal struct POINTS { public static implicit operator Point(POINTS point); } }