ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing.Serialization Namespace / MetaCanvas Class
Members

In This Topic
    MetaCanvas Class
    In This Topic
    Pure GrapeCity.ActiveReports.Drawing.IDrawingCanvas implementation which allows you to save the drawing into stream and than re-draw on to arbitrary IDrawingCanvas. It is for creation of temporary storage of preview pages. Each IDrawingCanvas's method call turns into the single or multiple CanvasItem which written than to the IMetaCanvasItemWriter DrawImage calls also stores image content into separated storage IImageWriter.
    Object Model
    MetaCanvas Class
    Syntax
    'Declaration
     
    Public Class MetaCanvas 
       Implements GrapeCity.ActiveReports.Drawing.IDrawingCanvas 
    Inheritance Hierarchy

    System.Object
       GrapeCity.ActiveReports.Drawing.Serialization.MetaCanvas
          GrapeCity.ActiveReports.Drawing.Serialization.FilteredMetaCanvas

    See Also