Constructor MetafileDisplayList
MetafileDisplayList(MetafileFormat, MetafileRect, IReadOnlyList<MetafileCommand>, IReadOnlyList<int>)
Initializes a display list.
public MetafileDisplayList(MetafileFormat format, MetafileRect frame, IReadOnlyList<MetafileCommand> commands, IReadOnlyList<int> unsupportedRecordTypes)
Parameters
formatMetafileFormatThe container the commands were read from.
frameMetafileRectThe picture extent in device units.
commandsIReadOnlyList<MetafileCommand>The drawing commands in order.
unsupportedRecordTypesIReadOnlyList<int>The distinct record types that were recognized but not played, in ascending order.
Exceptions
- ArgumentNullException
A required argument is null.