Click or drag to resize

ElementBuilderEllipse Method

Add an ellipse (or circle, if rx == ry) to the current path as a complete subpath. Setting the current point is not required before using this function.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public void Ellipse(
	double cx,
	double cy,
	double rx,
	double ry
)

Parameters

cx
Type: SystemDouble
the cx
cy
Type: SystemDouble
the cy
rx
Type: SystemDouble
the rx
ry
Type: SystemDouble
the ry
See Also