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 _
) 
 

Parameters

rc
The figure rectangle.
See Also