PdfPathOperationClose Method

Creates a close operation that closes the current subpath with a straight line segment back to its starting point

Definition

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

Return Value

PdfPathOperation
The constructed operation

See Also