Reports for WinForms | ComponentOne
C1.C1Report.CustomFields.4 Assembly / C1.C1Report.CustomFields Namespace / Gradient Class / DrawRoundRect Method

In This Topic
    DrawRoundRect Method
    In This Topic
    Draw rounded rectangle.
    Syntax
    'Declaration
     
    Public Sub DrawRoundRect( _
       ByVal g As Graphics, _
       ByVal pen As Pen, _
       ByVal rc As Rectangle, _
       ByVal radiusX As Integer, _
       ByVal radiusY As Integer _
    ) 
    public void DrawRoundRect( 
       Graphics g,
       Pen pen,
       Rectangle rc,
       int radiusX,
       int radiusY
    )

    Parameters

    g
    pen
    rc
    radiusX
    radiusY
    See Also