HiQPdf Documentation

PdfEllipse Constructor

HiQPdf Client for .NET Core
Constructs an elipse with the given center point and the given X and Y radius

Namespace:  HiQPdfClient
Assembly:  HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 15.0.0
Syntax

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

Parameters

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

Reference