Metafile.PlayRecord
Metafile.PlayRecord method
Plays an individual metafile record.
public void PlayRecord(EmfPlusRecordType recordType, int flags, int dataSize, byte[] dataArray)
| Parameter | Type | Description |
|---|---|---|
| recordType | EmfPlusRecordType | Element of the EmfPlusRecordType that specifies the type of metafile record being played. |
| flags | Int32 | A set of flags that specify attributes of the record. |
| dataSize | Int32 | The number of bytes in the record data. |
| dataArray | Byte[] | An array of bytes that contains the record data. |
See Also
- enum EmfPlusRecordType
- class Metafile
- namespace System.Drawing.Imaging
- assembly Aspose.Drawing