ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Gradient Class / RoundRect Method / RoundRect(Graphics,Brush,Pen,Rectangle,Int32,Int32) Method

In This Topic
    RoundRect(Graphics,Brush,Pen,Rectangle,Int32,Int32) Method
    In This Topic
    Draw and fill rounded rectangle.
    Syntax
    'Declaration
     
    Public Overloads Sub RoundRect( _
       ByVal g As Graphics, _
       ByVal brush As Brush, _
       ByVal pen As Pen, _
       ByVal rc As Rectangle, _
       ByVal radiusX As Integer, _
       ByVal radiusY As Integer _
    ) 
    public void RoundRect( 
       Graphics g,
       Brush brush,
       Pen pen,
       Rectangle rc,
       int radiusX,
       int radiusY
    )

    Parameters

    g
    brush
    pen
    rc
    radiusX
    radiusY
    See Also