Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / FillRoundRect Method / FillRoundRect(RectangleF,Single,Color) Method
A System.Drawing.RectangleF structure that represents the rectangle to fill.
The radius for the quarter ellipse that is drawn to replace every corner of the rectangle.
The fill color.

In This Topic
    FillRoundRect(RectangleF,Single,Color) Method
    In This Topic
    Fills a rounded rectangle witih a solid color.
    Syntax
    'Declaration
     
    Public Overloads Sub FillRoundRect( _
       ByVal bounds As System.Drawing.RectangleF, _
       ByVal radius As System.Single, _
       ByVal color As System.Drawing.Color _
    ) 
    public void FillRoundRect( 
       System.Drawing.RectangleF bounds,
       System.float radius,
       System.Drawing.Color color
    )

    Parameters

    bounds
    A System.Drawing.RectangleF structure that represents the rectangle to fill.
    radius
    The radius for the quarter ellipse that is drawn to replace every corner of the rectangle.
    color
    The fill color.
    See Also