DrawRoundedRectangle(Pen,Brush,Single,Single,Single,Single,Single,Single) Method
In This Topic
Draws a rectangle with rounded corners.
Syntax
Parameters
- pen
- The pen with which to draw the rounded rectangle
- brush
- The brush with which to draw the rounded rectangle
- x
- The x coordinate of the top left corner of the rectangle
- y
- The y coordinate of the top left corner of the rectangle
- w
- The width of the rectangle
- h
- The height of the rectangle
- rx
- The x radius of the corners
- ry
- The y radius of the corners
See Also