DS.Documents.Imaging Assembly / GrapeCity.Documents.Drawing Namespace / GcGraphics Class / DrawRoundRect Method / DrawRoundRect(RectangleF,Single,Single,Pen) Method
A System.Drawing.RectangleF structure that represents the rectangle to draw.
The x-radius for the quarter ellipse that is drawn to replace every corner of the rectangle.
The y-radius for the quarter ellipse that is drawn to replace every corner of the rectangle.
The pen used to draw the rounded rectangle.

In This Topic
DrawRoundRect(RectangleF,Single,Single,Pen) Method
In This Topic
Draws a rounded rectangle using a specified pen.
Syntax
'Declaration
 
Public Overloads Sub DrawRoundRect( _
   ByVal bounds As System.Drawing.RectangleF, _
   ByVal radiusX As System.Single, _
   ByVal radiusY As System.Single, _
   ByVal pen As Pen _
) 
 

Parameters

bounds
A System.Drawing.RectangleF structure that represents the rectangle to draw.
radiusX
The x-radius for the quarter ellipse that is drawn to replace every corner of the rectangle.
radiusY
The y-radius for the quarter ellipse that is drawn to replace every corner of the rectangle.
pen
The pen used to draw the rounded rectangle.
See Also