Table of Contents

Interface IGdiMetafileSink

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

A developer implemented interface that allows a metafile to be replayed.
See ID2D1GdiMetafileSink and ID2D1GdiMetafileSink1 for more information.

public interface IGdiMetafileSink : IObjectRef, IIsDisposed, IDisposable
Inherited Members
Extension Methods

Remarks

To implement this, create a class that derives from RefTrackedObject and that also derives from this interface.

Methods

ProcessRecord(GdiMetafileRecordType, ReadOnlySpan<byte>, uint)

Provides access to metafile records, including their type, data, and flags.