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