Document Solutions for PDF
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / CreateRoundBordersPath Method
The border bounds.
The CornerRadius structure.

In This Topic
    CreateRoundBordersPath Method
    In This Topic
    Creates IPath object representing round border.
    Syntax
    'Declaration
     
    Public Function CreateRoundBordersPath( _
       ByVal bounds As System.Drawing.RectangleF, _
       ByVal cornerRadius As CornerRadius _
    ) As IPath
    public IPath CreateRoundBordersPath( 
       System.Drawing.RectangleF bounds,
       CornerRadius cornerRadius
    )

    Parameters

    bounds
    The border bounds.
    cornerRadius
    The CornerRadius structure.

    Return Value

    The IPath representing round border.
    See Also