<PackageReference Include="System.Drawing.Common" Version="10.0.0-preview.1.25080.3" />

Point

struct Point
Represents an ordered pair of floating-point x- and y-coordinates that defines a point in a two-dimensional plane.
using System.CodeDom.Compiler; namespace Windows.Win32.Graphics.GdiPlus { [GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")] internal struct Point { internal int X; internal int Y; } }