draw_rounded_box


Description:

public void draw_rounded_box (int x1, int y1, int x2, int y2, int r, Color c)

Draws a rectangle with rounded corners on the current context using the specified coordinates and color.

Parameters:

x1

the left X coordinate

y1

the top Y coordinate

x2

the right X coordinate

y2

the bottom Y coordinate

r

the radius of the corners

c

the color


Namespace: Grx
Package: grx-3.0