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

MetaCanvas Class
Pure GrapeCity.ActiveReports.Drawing.IDrawingCanvas implementation which allows you to save the drawing into stream and then 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 
 
Remarks
This class should not be used directly in application code. It is designed for internal operations within the product libraries and may change or be removed in future versions without notice.
Inheritance Hierarchy

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

See Also