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

See Also