Class for the render drawels collection

Namespace:  C1.C1PrintDocument.DocEngine.Render
Assembly:  C1.C1PrintDocument.Classic.2 (in C1.C1PrintDocument.Classic.2.dll)

Syntax

C#
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public sealed class Drawels : ArrayList
Visual Basic (Declaration)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)> _
Public NotInheritable Class Drawels _
	Inherits ArrayList

Inheritance Hierarchy

System..::.Object
  System.Collections..::.ArrayList
    C1.C1PrintDocument.DocEngine.Render..::.Drawels

See Also