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

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(); } }