PdfPathOperationClose Method

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

Definition

Namespace: Winnovative.Pdf.Next
Assembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0
C#
public static PdfPathOperation Close()

Return Value

PdfPathOperation
The constructed operation

See Also