POINTL
struct POINTL
The POINTL structure defines the x- and y-coordinates of a point.
using System.CodeDom.Compiler;
namespace Windows.Win32.Foundation
{
[GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")]
internal struct POINTL
{
internal int x;
internal int y;
}
}