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: 16.0.0
public PdfEllipse(
PointF center,
float radiusX,
float radiusY
)
Public Sub New (
center As PointF,
radiusX As Single,
radiusY As Single
)
public:
PdfEllipse(
PointF center,
float radiusX,
float radiusY
)
new :
center : PointF *
radiusX : float32 *
radiusY : float32 -> PdfEllipse
Parameters
- center PointF
- The ellipse center coordinates in points
- radiusX Single
- The horizontal radius
- radiusY Single
- The vertical radius