Table of Contents

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

recordType GdiMetafileRecordType

The type of metafile record being processed. Please see See MS-EMF and MS_EMFPLUS for a list of record types.

recordData ReadOnlySpan<byte>

The data contained in this record.

flags uint

The 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