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: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0
C#
public PdfPathElement Close()

Return Value

PdfPathElement
This PdfPathElement instance

See Also