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

MONITORINFOEXW

The MONITORINFOEX structure contains information about a display monitor.The GetMonitorInfo function stores information into a MONITORINFOEX structure or a MONITORINFO structure.The MONITORINFOEX structure is a superset of the MONITORINFO structure. (Unicode)
using System.CodeDom.Compiler; namespace Windows.Win32.Graphics.Gdi { [GeneratedCode("Microsoft.Windows.CsWin32", "0.3.151+58e949951d.RR")] internal struct MONITORINFOEXW { internal MONITORINFO monitorInfo; internal __char_32 szDevice; } }