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: EvoPdf.NextAssembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.10.0