March 2003
Intermediate to advanced
896 pages
32h 35m
English
PlayRecordCallback
This delegate is used by the
System.Drawing.Graphics.EnumerateMetafileProc
method to provide a callback to deal with each record in the
Metafile as it is enumerated.
public delegate void PlayRecordCallback(EmfPlusRecordType recordType, int flags, int dataSize, IntPtr recordData);
System.Drawing.EnumerateMetafileProc.{BeginInvoke(), Invoke()}
Read now
Unlock full access