Constructs an ellipse slice with the given parameters
Namespace: HiQPdf
Assembly: HiQPdf (in HiQPdf.dll) Version: 15.0.0.0
Syntax
public PdfEllipseSlice( RectangleF ellipseRectangle, float startAngle, float sliceAngle )
Parameters
- ellipseRectangle
- Type: System.DrawingRectangleF
The ellipse bounding rectangle - startAngle
- Type: SystemSingle
The counter clockwise start angle, in degrees, relative to the x-axis - sliceAngle
- Type: SystemSingle
The counter clockwise slice angle, in degrees, relative to the starting angle
See Also