PdfEllipseElement Constructor

Initializes a new instance of the PdfEllipseElement class with the specified bounding rectangle

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public PdfEllipseElement(
	float x,
	float y,
	float width,
	float height
)

Parameters

x  Single
The X position of the bounding rectangle from the top-left corner of the page in points
y  Single
The Y position of the bounding rectangle from the top-left corner of the page in points
width  Single
The width of the bounding rectangle in points
height  Single
The height of the bounding rectangle in points

See Also