[]
Creates a GraphicsPath for a rectangle with rounded edges.
public static GraphicsPath CreateRoundedRect(Rectangle bounds, Corners corners)
| Type | Name | Description |
|---|---|---|
| Rectangle | bounds | the original rectangle. |
| Corners | corners | the values for corners. |
| Type | Description |
|---|---|
| GraphicsPath |