ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLPath Class / AddRoundRect Method / AddRoundRect(RectangleF,SizeF) Method
The rectangle that represents the round rectangle.
The round size.

In This Topic
    AddRoundRect(RectangleF,SizeF) Method
    In This Topic
    Adds the round rectangle figure for this path.
    Syntax
    'Declaration
     
    Public Overloads Sub AddRoundRect( _
       ByVal rc As System.Drawing.RectangleF, _
       ByVal sz As System.Drawing.SizeF _
    ) 
    public void AddRoundRect( 
       System.Drawing.RectangleF rc,
       System.Drawing.SizeF sz
    )

    Parameters

    rc
    The rectangle that represents the round rectangle.
    sz
    The round size.
    See Also