Constructor PieShape

Namespace TallComponents.PDF.Layout.Shapes
Class PieShape

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

Syntax

public  PieShape( Double  x Double  y Double  rx Double  ry Pen  pen Brush  brush )

Parameters


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

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

Double rx
Horizontal radius.

Double ry
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.