ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Document.Drawing.Gdi Assembly / GrapeCity.ActiveReports.Core.Document.Drawing.Gdi Namespace / GdiCanvasItemRenderer Class / GdiCanvasItemRenderer Constructor
The resources.

In This Topic
    GdiCanvasItemRenderer Constructor
    In This Topic
    Initializes an instance of the class GdiCanvasItemRenderer.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal resources As Dictionary(Of Integer,IDisposable) _
    )
    public GdiCanvasItemRenderer( 
       Dictionary<int,IDisposable> resources
    )

    Parameters

    resources
    The resources.
    Exceptions
    ExceptionDescription
    Occurs if the resources is null.
    See Also