NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Metafile.PlayRecord

[To be supplied.]

[Visual Basic]
Public Sub PlayRecord( _
   ByVal recordType As EmfPlusRecordType, _
   ByVal flags As Integer, _
   ByVal dataSize As Integer, _
   ByVal data() As Byte _
)
[C#]
public void PlayRecord(
   EmfPlusRecordType recordType,
   int flags,
   int dataSize,
   byte[] data
);
[C++]
public: void PlayRecord(
   EmfPlusRecordType recordType,
   int flags,
   int dataSize,
   unsigned char* data[]
);
[JScript]
public function PlayRecord(
   recordType : EmfPlusRecordType,
   flags : int,
   dataSize : int,
   data : Byte[]
);

Parameters

recordType
[To be supplied.]
flags
[To be supplied.]
dataSize
[To be supplied.]
data
[To be supplied.]

See Also

Metafile Class | Metafile Members | System.Drawing.Imaging Namespace