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

GdiCanvasItemRenderer Constructor
Initializes an instance of the class GdiCanvasItemRenderer.
Syntax
'Declaration
 
Public Function New( _
   ByVal resources As Dictionary(Of Integer,IDisposable) _
)
 

Parameters

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