ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / XLPath Class / AddRect Method
The figure rectangle.

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

    Parameters

    rc
    The figure rectangle.
    See Also