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