<PackageReference Include="System.Drawing.Common" Version="9.0.10" />

NONCLIENTMETRICSW

Contains the scalable metrics associated with the nonclient area of a nonminimized window. (Unicode)
using System.CodeDom.Compiler; using Windows.Win32.Graphics.Gdi; namespace Windows.Win32.UI.WindowsAndMessaging { [GeneratedCode("Microsoft.Windows.CsWin32", "0.3.106+a37a0b4b70")] internal struct NONCLIENTMETRICSW { internal uint cbSize; internal int iBorderWidth; internal int iScrollWidth; internal int iScrollHeight; internal int iCaptionWidth; internal int iCaptionHeight; internal LOGFONTW lfCaptionFont; internal int iSmCaptionWidth; internal int iSmCaptionHeight; internal LOGFONTW lfSmCaptionFont; internal int iMenuWidth; internal int iMenuHeight; internal LOGFONTW lfMenuFont; internal LOGFONTW lfStatusFont; internal LOGFONTW lfMessageFont; internal int iPaddedBorderWidth; } }