MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Rendering.Export Namespace / DrawingCanvasBase Class
Members

DrawingCanvasBase Class
Delegates drawing logic to wrapped instance. Used to extend existing canvas with additional logic, for example implement IReportDrawingCanvas.
Object Model
DrawingCanvasBase Class
Syntax
'Declaration
 
Public MustInherit Class DrawingCanvasBase 
   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.Rendering.Export.DrawingCanvasBase

See Also