Skip to main content

GraphicsCache.DrawRoundedRectangle(Pen, Rectangle, CornerRadius) Method

Draws a rectangle with rounded corners.

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public void DrawRoundedRectangle(
    Pen pen,
    Rectangle rect,
    CornerRadius radius
)

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