Metafile.PlayRecord

Metafile.PlayRecord method

Plays an individual metafile record.

public void PlayRecord(EmfPlusRecordType recordType, int flags, int dataSize, byte[] dataArray)
ParameterTypeDescription
recordTypeEmfPlusRecordTypeElement of the EmfPlusRecordType that specifies the type of metafile record being played.
flagsInt32A set of flags that specify attributes of the record.
dataSizeInt32The number of bytes in the record data.
dataArrayByte[]An array of bytes that contains the record data.

See Also