Constructs an elipse with the given center point and the given X and Y radius
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
Parameters
- center
- Type: System.DrawingPointF
The ellipse center coordinates in points - radiusX
- Type: SystemSingle
The horizontal radius - radiusY
- Type: SystemSingle
The vertical radius
See Also