GC.fillOval

Fills the interior of an oval, within the specified rectangular area, with the receiver's background color.

@param x the x coordinate of the upper left corner of the oval to be filled @param y the y coordinate of the upper left corner of the oval to be filled @param width the width of the oval to be filled @param height the height of the oval to be filled

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

@see #drawOval

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

Meta