Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / CreateRoundBordersPath Method

In This Topic
    CreateRoundBordersPath Method (GcPdfGraphics)
    In This Topic
    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
    cornerRadius
    See Also