PdfEllipseSlice Constructor
Constructs an ellipse slice with the given parameters
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfEllipseSlice(
RectangleFloat ellipseRectangle,
float startAngle,
float sliceAngle
)
Public Sub New (
ellipseRectangle As RectangleFloat,
startAngle As Single,
sliceAngle As Single
)
public:
PdfEllipseSlice(
RectangleFloat^ ellipseRectangle,
float startAngle,
float sliceAngle
)
new :
ellipseRectangle : RectangleFloat *
startAngle : float32 *
sliceAngle : float32 -> PdfEllipseSlice
Parameters
- ellipseRectangle RectangleFloat
- The ellipse bounding rectangle
- startAngle Single
- The counter clockwise start angle, in degrees, relative to the x-axis
- sliceAngle Single
- The counter clockwise slice angle, in degrees, relative to the starting angle