Metafile::PlayRecord Method (EmfPlusRecordType, Int32, Int32, array<Byte>^)

 

Plays an individual metafile record.

Namespace:   System.Drawing.Imaging
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.

The following code example demonstrates how to use the PlayRecord method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 1.1
Return to top
Show: