Documents for PDF .NET Edition
GrapeCity.Documents.Pdf Assembly / GrapeCity.Documents.Pdf Namespace / GcPdfGraphics Class / DrawRoundRect Method / DrawRoundRect(RectangleF,Pen,Pen,Pen,Pen,CornerRadius) Method

In This Topic
    DrawRoundRect(RectangleF,Pen,Pen,Pen,Pen,CornerRadius) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawRoundRect( _
       ByVal bounds As System.Drawing.RectangleF, _
       ByVal left As Pen, _
       ByVal top As Pen, _
       ByVal right As Pen, _
       ByVal bottom As Pen, _
       ByVal cornerRadius As CornerRadius _
    ) 
    public void DrawRoundRect( 
       System.Drawing.RectangleF bounds,
       Pen left,
       Pen top,
       Pen right,
       Pen bottom,
       CornerRadius cornerRadius
    )

    Parameters

    bounds
    left
    top
    right
    bottom
    cornerRadius
    See Also