GraphicsCache.DrawRoundedRectangle(Pen, Rectangle, CornerRadius) Method
Draws a rectangle with rounded corners.
Namespace: DevExpress.Utils.Drawing
Assembly: DevExpress.Utils.v25.1.dll
NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| pen | Pen | A Pen that determines the rectangle color, width, and style. |
| rect | Rectangle | The rectangle to draw. |
| radius | DevExpress.Utils.Drawing.CornerRadius | The radius of rectangle corners. |
See Also