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

PlayRecordCallback

public sealed delegate PlayRecordCallback : MulticastDelegate
This delegate is not used. For an example of enumerating the records of a metafile, see EnumerateMetafile.
public PlayRecordCallback(object object, IntPtr method)

public virtual IAsyncResult BeginInvoke(EmfPlusRecordType recordType, int flags, int dataSize, IntPtr recordData, AsyncCallback callback, object object)

public virtual void EndInvoke(IAsyncResult result)

public virtual void Invoke(EmfPlusRecordType recordType, int flags, int dataSize, IntPtr recordData)