bezier_stroke_new_ellipse


Description:

[ Version ( since = "2.4" ) ]
public int bezier_stroke_new_ellipse (double x0, double y0, double radius_x, double radius_y, double angle)

Adds a bezier stroke describing an ellipse the path object.

Adds a bezier stroke describing an ellipse on the path object.

Parameters:

this

The path object.

x0

The x-coordinate of the center.

y0

The y-coordinate of the center.

radius_x

The radius in x direction.

radius_y

The radius in y direction.

angle

The angle the x-axis of the ellipse (radians, counterclockwise).

Returns:

The resulting stroke.