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;
}
}