[]
        
(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)
Public Shared Function CreatePath(corners As Corners, rightToLeft As Boolean, bounds As Rectangle) As GraphicsPath
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