Metafile::PlayRecord Method (EmfPlusRecordType, Int32, Int32, array<Byte>^)
.NET Framework (current version)
Plays an individual metafile record.
Assembly: System.Drawing (in System.Drawing.dll)
public: void PlayRecord( EmfPlusRecordType recordType, int flags, int dataSize, array<unsigned char>^ data )
Parameters
- recordType
-
Type:
System.Drawing.Imaging::EmfPlusRecordType
Element of the EmfPlusRecordType that specifies the type of metafile record being played.
- flags
-
Type:
System::Int32
A set of flags that specify attributes of the record.
- dataSize
-
Type:
System::Int32
The number of bytes in the record data.
- data
-
Type:
array<System::Byte>^
An array of bytes that contains the record data.
.NET Framework
Available since 1.1
Available since 1.1
Show: