PdfEllipseElement Constructor

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

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
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