cairo_rounded_rectangle


Description:


public void cairo_rounded_rectangle (Context cr, Rectangle rect, int x_radius, int y_radius)

Adds a rounded rectangle to cr's current path.

Parameters:

cr

a cairo context

rect

a Rectangle to draw

x_radius

the radius of the corners on the X axis

y_radius

the radius of the corners on the Y axis


Namespace: Dazzle
Package: libdazzle-1.0