GC.fillRoundRectangle

Fills the interior of the round-cornered rectangle specified by the arguments, using the receiver's background color.

@param x the x coordinate of the rectangle to be filled @param y the y coordinate of the rectangle to be filled @param width the width of the rectangle to be filled @param height the height of the rectangle to be filled @param arcWidth the width of the arc @param arcHeight the height of the arc

@exception SWTException <ul> <li>ERROR_GRAPHIC_DISPOSED - if the receiver has been disposed</li> </ul>

@see #drawRoundRectangle

class GC
void
fillRoundRectangle
(
int x
,
int y
,
int width
,
int height
,,
)

Meta