Click or drag to resize

PdfDrawingSurfaceAddPath Method

Overload List
  NameDescription
Public methodCode exampleAddPath(IEnumerablePdfPathOperation)
Adds a set of path operations to the current path. Path should start with a Move operation.
Public methodCode exampleAddPath(IEnumerablePdfPathOperation, PdfPoint)
First applies a translation transform then adds a set of path operations to the current path. Path should start with a Move operation. The translation remains in place after the addition.
Public methodCode exampleAddPath(IEnumerablePdfPathOperation, PdfTransform)
First applies a transform then adds a set of path operations to the current path. Path should start with a Move operation. The transform remains in place after the addition.
Top
See Also