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 Brush  brush )

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.

Brush brush
The brush that is used to fill this shape if closed.