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