draw_filled_circle


Description:

public void draw_filled_circle (int xc, int yc, int r, Color c)

Draws a filled circle on the current context centered at the specified coordinates with the specified radius and color.

Parameters:

xc

the X coordinate of the center of the circle

yc

the Y coordinate of the center of the circle

r

the radius of the circle

c

the color


Namespace: Grx
Package: grx-3.0