ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLPath Class / AddRoundRect Method / AddRoundRect(RectangleF,Single,Single,Single,Single) Method
The rectangle that represents the round rectangle.
The round left indent.
The round top indent.
The round right indent.
The round bottom indent.

In This Topic
    AddRoundRect(RectangleF,Single,Single,Single,Single) 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 left As System.Single, _
       ByVal top As System.Single, _
       ByVal right As System.Single, _
       ByVal bottom As System.Single _
    ) 
    public void AddRoundRect( 
       System.Drawing.RectangleF rc,
       System.float left,
       System.float top,
       System.float right,
       System.float bottom
    )

    Parameters

    rc
    The rectangle that represents the round rectangle.
    left
    The round left indent.
    top
    The round top indent.
    right
    The round right indent.
    bottom
    The round bottom indent.
    See Also