Skip to main content
All docs
V25.1
  • 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

    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