[]
Creates a GraphicsPath for a rectangle with rounded edges.
public static GraphicsPath CreatePath(Corners corners, bool rightToLeft, Rectangle bounds)
Public Shared Function CreatePath(corners As Corners, rightToLeft As Boolean, bounds As Rectangle) As GraphicsPath
| Type | Name | Description |
|---|---|---|
| Corners | corners | the values for corners. |
| bool | rightToLeft | the right-to-left flag. |
| Rectangle | bounds | the original rectangle. |
| Type | Description |
|---|---|
| GraphicsPath |