[]
Draws the graphics from provided stream to the provided IDrawingCanvas object.
public static void DrawMetaStream(this IDrawingCanvas canvas, Stream stream, ReportMetaCanvas.DelayedContent delayedContent, IImageStore images, TargetDeviceKind deviceKind)
Type | Name | Description |
---|---|---|
IDrawingCanvas | canvas | The IDrawingCanvas object to the graphics be drawn on. |
Stream | stream | The stream containing binary representation of the graphics (produced by MetaCanvas). |
ReportMetaCanvas.DelayedContent | delayedContent | The store of patches to be graphics drawn with. |
IImageStore | images | The external images store. |
TargetDeviceKind | deviceKind | The device filter. |