<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.3.26207.106" />

System.Private.Windows.Graphics.IBitmap

interface IBitmap
Platform agnostic interface for a bitmap.
namespace System.Private.Windows.Graphics { internal interface IBitmap { Size Size { get; } HBITMAP GetHbitmap(); } }