[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Drawing.Serialization.CanvasMetaExtensions.DrawMetaStream

DrawMetaStream Method

DrawMetaStream(IDrawingCanvas, Stream, DelayedContent, IImageStore, TargetDeviceKind)

Draws the graphics from provided stream to the provided IDrawingCanvas object.

Declaration
public static void DrawMetaStream(this IDrawingCanvas canvas, Stream stream, ReportMetaCanvas.DelayedContent delayedContent, IImageStore images, TargetDeviceKind deviceKind)
Parameters
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.