[]
        
(Showing Draft Content)

C1.Framework.DrawUtil.CreateRoundedRect

CreateRoundedRect Method

CreateRoundedRect(Rectangle, Corners)

Creates a GraphicsPath for a rectangle with rounded edges.

Declaration
public static GraphicsPath CreateRoundedRect(Rectangle bounds, Corners corners)
Parameters
Type Name Description
Rectangle bounds

the original rectangle.

Corners corners

the values for corners.

Returns
Type Description
GraphicsPath