<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.5.25277.114" />
Windows.Win32.Foundation.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);
}
}