PrintDocument for WinForms | ComponentOne
C1.PrintDocument.4.5.2 Assembly / C1.C1Preview Namespace / RenderLineBase Class
Members

In This Topic
    RenderLineBase Class
    In This Topic
    The abstract base class for classes representing line-based shapes (lines and polygons) in a C1PrintDocument.
    Object Model
    RenderLineBase Class
    Syntax
    'Declaration
     
    Public MustInherit Class RenderLineBase 
       Inherits RenderShapeBase
       Implements IDocumentLocationIStyleOwner 
    public abstract class RenderLineBase : RenderShapeBase, IDocumentLocationIStyleOwner  
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.RenderObject
          C1.C1Preview.RenderShapeBase
             C1.C1Preview.RenderLineBase
                C1.C1Preview.RenderLine
                C1.C1Preview.RenderPolygon

    See Also