2 references to POINTS
System.Drawing.Common (1)
System\Drawing\ImageConverter.OLEOBJHEADER.cs (1)
23public POINTS ptSize; // Original size of object (MM_HITMETRIC) (-1, -1 to express Access 2.0 and later)
System.Private.Windows.Core (1)
Windows\Win32\Foundation\POINTS.cs (1)
10public static implicit operator Point(POINTS point) => new(point.x, point.y);