PdfCanvas.AppendLineTo Method

Appends a straight line segment from the current point to specified endpoint to the current path.

Overload List

  NameDescription
Public methodAppendLineTo(PdfPoint)
Appends a straight line segment from the CurrentPosition to specified endpoint to the current path.
Public methodAppendLineTo(Double, Double)
Appends a straight line segment from the CurrentPosition to specified endpoint to the current path.

See Also