Table of Contents

Constructor MetafileDisplayList

Namespace
DocWright.Core.Metafiles
Assembly
DocWright.Core.dll

MetafileDisplayList(MetafileFormat, MetafileRect, IReadOnlyList<MetafileCommand>, IReadOnlyList<int>)

Initializes a display list.

public MetafileDisplayList(MetafileFormat format, MetafileRect frame, IReadOnlyList<MetafileCommand> commands, IReadOnlyList<int> unsupportedRecordTypes)

Parameters

format MetafileFormat

The container the commands were read from.

frame MetafileRect

The picture extent in device units.

commands IReadOnlyList<MetafileCommand>

The drawing commands in order.

unsupportedRecordTypes IReadOnlyList<int>

The distinct record types that were recognized but not played, in ascending order.

Exceptions

ArgumentNullException

A required argument is null.