[]
Gets a GraphicsPath that covers only the borders (hollow, used to renders the borders).
protected virtual GraphicsPath GetBorderPath(Style style, Rectangle bounds, Thickness broder)
Protected Overridable Function GetBorderPath(style As Style, bounds As Rectangle, broder As Thickness) As GraphicsPath
| Type | Name | Description |
|---|---|---|
| Style | style | |
| Rectangle | bounds | the bounds of the rendered Element. |
| Thickness | broder | the border of the rendered Element. |
| Type | Description |
|---|---|
| GraphicsPath |