<PackageReference Include="System.Drawing.Common" Version="11.0.0-preview.4.26230.115" />
System.Drawing.Imaging.PlayRecordCallback
namespace System.
Drawing.
Imaging
{
public delegate void PlayRecordCallback (
EmfPlusRecordType recordType,
int flags,
int dataSize,
IntPtr recordData);
}