Click or drag to resize
Pdf Library for .NET

PdfEllipseElement Constructor

Constructs an ellipse element.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public PdfEllipseElement(
	float x,
	float y,
	float xRadius,
	float yRadius
)

Parameters

x  Single
The X coordinate where the ellipse will be rendered.
y  Single
The Y coordinate where the ellipse will be rendered.
xRadius  Single
The X radius of the ellipse.
yRadius  Single
The Y radius of the ellipse.
Remarks
The ellipse will be centered in the point specified by the (x, y) coordinates.
See Also