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

In This Topic
    DrawRoundRect(RectangleF,Single,Color,Single,DashStyle) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Sub DrawRoundRect( _
       ByVal bounds As System.Drawing.RectangleF, _
       ByVal radius 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 radius,
       System.Drawing.Color lineColor,
       System.float lineWidth,
       DashStyle lineStyle
    )

    Parameters

    bounds
    radius
    lineColor
    lineWidth
    lineStyle
    See Also