ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing.Serialization Namespace / CanvasMetaExtensions Class / DrawMetaStream Method
The GrapeCity.ActiveReports.Drawing.IDrawingCanvas object to the graphics be drawn on.
The stream containing binary representation of the graphics (produced by MetaCanvas).
The store of patches to be graphics drawn with.
The external images store.
The device filter.

In This Topic
    DrawMetaStream Method
    In This Topic
    Draws the graphics from provided stream to the provided GrapeCity.ActiveReports.Drawing.IDrawingCanvas object.
    Syntax
    'Declaration
     
    Public Shared Sub DrawMetaStream( _
       ByVal canvas As IDrawingCanvas, _
       ByVal stream As Stream, _
       ByVal delayedContent As ReportMetaCanvas.DelayedContent, _
       ByVal images As IImageStore, _
       ByVal deviceKind As TargetDeviceKind _
    ) 
    public static void DrawMetaStream( 
       IDrawingCanvas canvas,
       Stream stream,
       ReportMetaCanvas.DelayedContent delayedContent,
       IImageStore images,
       TargetDeviceKind deviceKind
    )

    Parameters

    canvas
    The GrapeCity.ActiveReports.Drawing.IDrawingCanvas object to the graphics be drawn on.
    stream
    The stream containing binary representation of the graphics (produced by MetaCanvas).
    delayedContent
    The store of patches to be graphics drawn with.
    images
    The external images store.
    deviceKind
    The device filter.
    See Also