[]
        
(Showing Draft Content)

C1.Framework.Element.GetBorderPath

GetBorderPath Method

GetBorderPath(Style, Rectangle, Thickness)

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

Declaration
protected virtual GraphicsPath GetBorderPath(Style style, Rectangle bounds, Thickness broder)
Parameters
Type Name Description
Style style

the Style of the rendered Element.

Rectangle bounds

the bounds of the rendered Element.

Thickness broder

the border of the rendered Element.

Returns
Type Description
GraphicsPath