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
Namespace: Winnovative.Pdf.NextAssembly: Winnovative.Pdf.Next (in Winnovative.Pdf.Next.dll) Version: 20.10.0