PdfEllipse(PointF, Single, Single) Constructor

Constructs an elipse with the given center point and the given X and Y radius

Definition

Namespace: HiQPdf
Assembly: HiQPdf.NetCore (in HiQPdf.NetCore.dll) Version: 16.0.0
C#
public PdfEllipse(
	PointF center,
	float radiusX,
	float radiusY
)

Parameters

center  PointF
The ellipse center coordinates in points
radiusX  Single
The horizontal radius
radiusY  Single
The vertical radius

See Also