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

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

    System.Object
       C1.C1Preview.RenderObject
          C1.C1Preview.RenderShapeBase
             C1.C1Preview.RenderLineBase
             C1.C1Preview.RenderRectangle

    See Also