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.
Namespace: TallComponents.PDF.Layout.ShapesAssembly: TallComponents.PDF.Layout (in TallComponents.PDF.Layout.dll) Version: 3.0.66.0
Syntax
| C# |
|---|
[SerializableAttribute] public class PieShape : ArcShape |
| Visual Basic |
|---|
<SerializableAttribute> _ Public Class PieShape _ Inherits ArcShape |
Inheritance Hierarchy
System..::..Object
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Shapes..::..Shape
TallComponents.PDF.Layout.Shapes..::..ContentShape
TallComponents.PDF.Layout.Shapes..::..PathShape
TallComponents.PDF.Layout.Shapes..::..ArcShape
TallComponents.PDF.Layout.Shapes..::..PieShape
TallComponents.PDF.Layout..::..Object
TallComponents.PDF.Layout.Shapes..::..Shape
TallComponents.PDF.Layout.Shapes..::..ContentShape
TallComponents.PDF.Layout.Shapes..::..PathShape
TallComponents.PDF.Layout.Shapes..::..ArcShape
TallComponents.PDF.Layout.Shapes..::..PieShape