<PackageReference Include="System.Drawing.Common" Version="10.0.2" />
System.Private.Windows.Graphics.IBitmap
Platform agnostic interface for a bitmap.
namespace System.
Private.
Windows.
Graphics
{
internal interface IBitmap
{
Size Size { get; }
HBITMAP GetHbitmap();
}
}