[]
        
(Showing Draft Content)

C1.Util.XLPath.AddRoundRect

AddRoundRect Method

AddRoundRect(RectangleF, SizeF)

Adds the round rectangle figure for this path.

Declaration
public void AddRoundRect(RectangleF rc, SizeF sz)
Parameters
Type Name Description
RectangleF rc

The rectangle that represents the round rectangle.

SizeF sz

The round size.

AddRoundRect(RectangleF, float, float, float, float)

Adds the round rectangle figure for this path.

Declaration
public void AddRoundRect(RectangleF rc, float left, float top, float right, float bottom)
Parameters
Type Name Description
RectangleF rc

The rectangle that represents the round rectangle.

float left

The round left indent.

float top

The round top indent.

float right

The round right indent.

float bottom

The round bottom indent.