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

In This Topic
    DrawRoundRect(RectangleF,Single,Single,Color,Single,DashStyle) 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 lineColor As System.Drawing.Color, _
       ByVal lineWidth As System.Single, _
       Optional ByVal lineStyle As DashStyle _
    ) 
    public void DrawRoundRect( 
       System.Drawing.RectangleF bounds,
       System.float radiusX,
       System.float radiusY,
       System.Drawing.Color lineColor,
       System.float lineWidth,
       DashStyle lineStyle
    )

    Parameters

    bounds
    radiusX
    radiusY
    lineColor
    lineWidth
    lineStyle
    See Also