GraphicsCache.CreateRoundedRectangle(Rectangle, CornerRadius) Method
Creates a rectangular path with rounded corners.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v24.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
Name | Type | Description |
---|---|---|
rect | Rectangle | The rectangle that specifies the path. |
radius | DevExpress.Utils.Drawing.CornerRadius | The corner radius for the rectangle. |
Returns
Type | Description |
---|---|
GraphicsPath | The resulting GraphicsPath object. |
See Also