Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Preview Namespace / RenderRoundRectangle Class / RenderRoundRectangle Constructor / RenderRoundRectangle Constructor()

In This Topic
    RenderRoundRectangle Constructor()
    In This Topic
    Initializes a new instance of the RenderRoundRectangle class. The location and size of the rectangle are set to those of the current RenderRectangle object. The dimensions of the ellipse used to draw the rounded corners are set to 5% of the corresponding rectangle's dimensions.
    Syntax
    'Declaration
     
    Public Function New()
    public RenderRoundRectangle()
    See Also