[]
Creates IPath object representing round border.
public IPath CreateRoundBordersPath(RectangleF bounds, CornerRadius cornerRadius)
Public Function CreateRoundBordersPath(bounds As RectangleF, cornerRadius As CornerRadius) As IPath
Type | Name | Description |
---|---|---|
RectangleF | bounds | The border bounds. |
CornerRadius | cornerRadius | The CornerRadius structure. |