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

In This Topic
    DrawRoundRect(RectangleF,Single,Single,Pen) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawRoundRect( _
       ByVal bounds As System.Drawing.RectangleF, _
       ByVal radiusX As System.Single, _
       ByVal radiusY As System.Single, _
       ByVal pen As Pen _
    ) 
    public void DrawRoundRect( 
       System.Drawing.RectangleF bounds,
       System.float radiusX,
       System.float radiusY,
       Pen pen
    )

    Parameters

    bounds
    radiusX
    radiusY
    pen
    See Also