ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / GraphicsRenderContext Class / Canvas Property

In This Topic
    Canvas Property (GraphicsRenderContext)
    In This Topic
    The canvas to draw on.
    Syntax
    'Declaration
     
    Public ReadOnly Property Canvas As IDrawingCanvas
    public IDrawingCanvas Canvas {get;}
    See Also