PdfArcClosureType Enumeration
Specifies how an arc element is closed and whether it can be filled
Namespace: HiQPdf.NextAssembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
public enum PdfArcClosureType
| Open | 0 |
The arc remains an open curve between its start and end points.
Only the stroke is drawn; fill color is ignored
|
| Chord | 1 |
The start and end points of the arc are connected by a straight line.
The resulting closed region can be filled
|
| Pie | 2 |
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
|