Circles and ellipses

Informations

Author: Olivier
License: FPDF

Description

This script allows to draw circles and ellipses.

Circle(float x, float y, float r [, string style])

x: abscissa of center.
y: ordinate of center.
r: radius.
style: style of rendering, like for Rect (D, F or FD). Default value: D.

Ellipse(float x, float y, float rx, float ry [, string style])

x: abscissa of center.
y: ordinate of center.
rx: horizontal radius.
ry: vertical radius.
style: style of rendering, like for Rect (D, F or FD). Default value: D.