[]
        
(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)
Public Function CreateRoundBordersPath(bounds As RectangleF, cornerRadius As CornerRadius) As IPath
Parameters
Type Name Description
RectangleF bounds

The border bounds.

CornerRadius cornerRadius

The CornerRadius structure.

Returns
Type Description
IPath

The IPath representing round border.