Delegate 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);
ParameterTypeDescription
recordTypeEmfPlusRecordTypeThe argument is not used.
flagsInt32The argument is not used.
dataSizeInt32The argument is not used.
recordDataIntPtrThe argument is not used.

See Also