2 references to POINTS
System.Drawing.Common (1)
System\Drawing\ImageConverter.OLEOBJHEADER.cs (1)
23
public
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)
10
public static implicit operator Point(
POINTS
point) => new(point.x, point.y);