[]
        
(Showing Draft Content)

GrapeCity.Documents.Drawing.GcGraphics.CreateRoundBordersPath

CreateRoundBordersPath Method

CreateRoundBordersPath(RectangleF, CornerRadius)

Creates IPath object representing round border.

Declaration
public IPath CreateRoundBordersPath(RectangleF bounds, CornerRadius cornerRadius)
Parameters
Type Name Description
RectangleF bounds

The border bounds.

CornerRadius cornerRadius

The CornerRadius structure.

Returns
Type Description
IPath

The IPath representing round border.