Click or drag to resize

ElementBuilderCreateEllipse Method

Create an ellipse (or circle, if rx == ry) path Element.

Namespace:  pdftron.PDF
Assembly:  pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax
public Element CreateEllipse(
	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

Return Value

Type: Element
the element
See Also