This delegate defines the callback used in the
Graphics.EnumerateMetafile() method.
public delegate bool Graphics.EnumerateMetafileProc(System.Drawing.Imaging.EmfPlusRecordType recordType,
int flags, int dataSize, IntPtr data, System.Drawing.Imaging.PlayRecordCallback callbackData);