[]
        
(Showing Draft Content)

C1.Framework.DrawUtil.CreateBorderPath

CreateBorderPath Method

CreateBorderPath(Corners, bool, Rectangle, Thickness)

Creates a GraphicsPath that covers only the borders (hollow, used to renders the borders).

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

the values for corners.

bool rightToLeft

the right-to-left flag.

Rectangle bounds

the original rectangle.

Thickness border

the border thickness.

Returns
Type Description
GraphicsPath