[]
Creates a GraphicsPath that covers only the borders (hollow, used to renders the borders).
public static GraphicsPath CreateBorderPath(Corners corners, bool rightToLeft, Rectangle bounds, Thickness border)
Type | Name | Description |
---|---|---|
Corners | corners | the values for corners. |
bool | rightToLeft | the right-to-left flag. |
Rectangle | bounds | the original rectangle. |
Thickness | border | the border thickness. |
Type | Description |
---|---|
GraphicsPath |