PdfPathElementClose Method

Appends a close operation that closes the current subpath with a straight line segment back to its starting point. Returns this instance so calls can be chained

Definition

Namespace: HiQPdf.Next
Assembly: HiQPdf.Next (in HiQPdf.Next.dll) Version: 18.9.2
C#
public PdfPathElement Close()

Return Value

PdfPathElement
This PdfPathElement instance

See Also