PlayRecordCallback

PlayRecordCallback delegate

This delegate is not used. For an example of enumerating the records of a metafile, see EnumerateMetafile.

public delegate void PlayRecordCallback(EmfPlusRecordType recordType, int flags, int dataSize, 
    IntPtr recordData);
Parameter Type Description
recordType EmfPlusRecordType The argument is not used.
flags Int32 The argument is not used.
dataSize Int32 The argument is not used.
recordData IntPtr The argument is not used.

See Also