DrawRoundedRectangle Method (GoShape)
In This Topic
Draw a possibly filled rounded rectangle.
Syntax
Parameters
- g
- view
- pen
- brush
- x
- y
- w
- the rectangle width
- h
- the rectangle height
- cw
- the desired corner radius width, actually limited by half the width
- ch
- the desired corner radius height, actually limited by half the height
See Also