PdfEllipse Constructor
Constructs an elipse with the given center point and the given X and Y radius
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 18.0.0
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