draw_filled_ellipse_with_pixmap


Description:

public void draw_filled_ellipse_with_pixmap (int xc, int yc, int rx, int ry, Pixmap p)

Draws a filled ellipse on the current context using the specified pixmap.

The ellipse can only draw ellipses with its major axis parallel with either the X or Y coordinate axis

Parameters:

xc

the X coordinate of the center of the ellipse

yc

the Y coordinate of the center of the ellipse

rx

the radius in the X direction

ry

the radius in the Y direction

p

the pixmap


Namespace: Grx
Package: grx-3.0