Namespace TallComponents.PDF.Layout.Shapes
Class PieShape
A pie is an arc shape with the addition of two straight lines drawn from the center to the start and end point of the arc. The closed area is filled using the specified brush (if any). A pie is fully defined by attributes of its base classes.
Syntax
public class PieShape
: ArcShape
Constructors
PieShape()
Create a new, uninitialized PieShape.
PieShape(Double,Double,Double,Double)
Create a new PieShape with the given start point, horizontal and vertical radius.
PieShape(Double,Double,Double,Double,Double,Double)
Create a new PieShape with the given start point, horizontal and vertical radius, start and sweep angle.
PieShape(Double,Double,Double,Double,Double,Double,Boolean)
Create a new PieShape with the given start point, horizontal and vertical radius, start and sweep angle.
PieShape(Double,Double,Double,Double,Pen)
Create a new PieShape with the given start point, horizontal and vertical radius and pen.
PieShape(Double,Double,Double,Double,Pen,Double,Double)
Create a new PieShape with the given start point, horizontal and vertical radius, pen, start and sweep angle.
PieShape(Double,Double,Double,Double,Pen,Brush)
Create a new PieShape with the given start point, horizontal and vertical radius and pen.
PieShape(Double,Double,Double,Double,Pen,Brush,Double,Double)
Create a new PieShape with the given start point, horizontal and vertical radius, pen, start and sweep angle.
PieShape(Double,Double,Double,Double,Pen,Brush,Double,Double,Boolean)
Create a new PieShape with the given start point, horizontal and vertical radius, pen, start and sweep angle.