[]
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)
Public Shared Function CreateBorderPath(corners As Corners, rightToLeft As Boolean, bounds As Rectangle, border As Thickness) As GraphicsPath
| 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 |