PdfPathOperationClose Method

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

Definition

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

Return Value

PdfPathOperation
The constructed operation

See Also