[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[] );
Metafile Class | Metafile Members | System.Drawing.Imaging Namespace