Constructor PieShape

Namespace TallComponents.PDF.Shapes
Class PieShape

Create a new PieShape with the given start point, horizontal and vertical radius and pen.

Syntax

public  PieShape( Double  centerX Double  centerY Double  radiusX Double  radiusY Pen  pen )

Parameters


Double centerX
X-position of the center of the pie.

Double centerY
Y-position of the center of the pie.

Double radiusX
Horizontal radius.

Double radiusY
Vertical radius.

Pen pen
Used to draw the curves of the pie.