'Declaration Public Function New( _ ByVal resources As Dictionary(Of Integer,IDisposable) _ )
public GdiCanvasItemRenderer( Dictionary<int,IDisposable> resources )
Parameters
- resources
- The resources.
'Declaration Public Function New( _ ByVal resources As Dictionary(Of Integer,IDisposable) _ )
public GdiCanvasItemRenderer( Dictionary<int,IDisposable> resources )
Exception | Description |
---|---|
System.ArgumentNullException | Occurs if the resources is null. |