HiQPdf Documentation

PdfEllipse Constructor (PointF, Single, Single)

Quickly Create High Quality PDFs
Constructs an elipse with the given center point and the given X and Y radius

Namespace:  HiQPdf
Assembly:  HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax

public PdfEllipse(
	PointF center,
	float radiusX,
	float radiusY
)

Parameters

center
Type: System.DrawingPointF
The ellipse center coordinates in points
radiusX
Type: SystemSingle
The horizontal radius
radiusY
Type: SystemSingle
The vertical radius
See Also

Reference