[]
Adds the round rectangle figure for this path.
public void AddRoundRect(RectangleF rc, SizeF sz)
| Type | Name | Description |
|---|---|---|
| RectangleF | rc | The rectangle that represents the round rectangle. |
| SizeF | sz | The round size. |
Adds the round rectangle figure for this path.
public void AddRoundRect(RectangleF rc, float left, float top, float right, float bottom)
| 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. |