Method ProcessRecord
- Namespace
- PaintDotNet.Direct2D1
- Assembly
- PaintDotNet.Windows.dll
ProcessRecord(GdiMetafileRecordType, ReadOnlySpan<byte>, uint)
Provides access to metafile records, including their type, data, and flags.
void ProcessRecord(GdiMetafileRecordType recordType, ReadOnlySpan<byte> recordData, uint flags)
Parameters
recordTypeGdiMetafileRecordTypeThe type of metafile record being processed. Please see See MS-EMF and MS_EMFPLUS for a list of record types.
recordDataReadOnlySpan<byte>The data contained in this record.
flagsuintThe set of flags set for this record.
Remarks
For details on the EMF and EMF+ formats, please see Microsoft technical documents MS-EMF and MS-EMFPLUS