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

In This Topic
    RenderRectangle Class
    In This Topic
    Represents a rectangle in a C1PrintDocument. This is also the base class for RenderEllipse and RenderRoundRectangle classes.
    Object Model
    RenderRectangle Class
    Syntax
    'Declaration
     
    Public Class RenderRectangle 
       Inherits RenderShapeBase
       Implements IDocumentLocationIStyleOwner 
    public class RenderRectangle : RenderShapeBase, IDocumentLocationIStyleOwner  
    Inheritance Hierarchy

    System.Object
       C1.C1Preview.RenderObject
          C1.C1Preview.RenderShapeBase
             C1.C1Preview.RenderRectangle
                C1.C1Preview.RenderEllipse
                C1.C1Preview.RenderRoundRectangle

    See Also