PdfEllipse Constructor

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

Definition

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

Parameters

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

See Also