[]
Creates IPath object representing round border.
public IPath CreateRoundBordersPath(RectangleF bounds, CornerRadius cornerRadius)
| Type | Name | Description |
|---|---|---|
| RectangleF | bounds | The border bounds. |
| CornerRadius | cornerRadius | The CornerRadius structure. |
| Type | Description |
|---|---|
| IPath | The IPath representing round border. |