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.Shapes
Assembly: 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

See Also