PdfPathElement Constructor

Initializes a new empty PdfPathElement. Use MoveTo(Single, Single), LineTo(Single, Single), CurveTo(Single, Single, Single, Single, Single, Single) and Close to build up the geometry, or assign a list of operations directly through Operations. The path must start with a MoveTo(Single, Single) operation; rendering throws when the first operation is anything else

Definition

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

See Also