[]
        
(Showing Draft Content)

C1.Framework.DrawUtil.CreatePath

CreatePath Method

CreatePath(Corners, bool, Rectangle)

Creates a GraphicsPath for a rectangle with rounded edges.

Declaration
public static GraphicsPath CreatePath(Corners corners, bool rightToLeft, Rectangle bounds)
Parameters
Type Name Description
Corners corners

the values for corners.

bool rightToLeft

the right-to-left flag.

Rectangle bounds

the original rectangle.

Returns
Type Description
GraphicsPath