Skip to main content
A newer version of this page is available. .

GraphicsCache.CreateRoundedRectangle(Rectangle, CornerRadius) Method

Namespace: DevExpress.Utils.Drawing

Assembly: DevExpress.Utils.v20.2.dll

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

Declaration

public GraphicsPath CreateRoundedRectangle(
    Rectangle rect,
    CornerRadius radius
)

Parameters

Name Type
rect Rectangle
radius DevExpress.Utils.Drawing.CornerRadius

Returns

Type
GraphicsPath
See Also