PdfArcClosureType Enumeration

Specifies how an arc element is closed and whether it can be filled

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public enum PdfArcClosureType

Members

Open0 The arc remains an open curve between its start and end points. Only the stroke is drawn; fill color is ignored
Chord1 The start and end points of the arc are connected by a straight line. The resulting closed region can be filled
Pie2 The start and end points of the arc are connected to the center of the bounding rectangle, producing a pie slice that can be filled

See Also