Appends a straight line segment from the
CurrentPosition to specified endpoint to the current
path.
Namespace:
BitMiracle.Docotic.Pdf
Assembly:
BitMiracle.Docotic.Pdf (in BitMiracle.Docotic.Pdf.dll)
Syntax
C#
public void AppendLineTo(
PdfPoint endpoint
)
VB
Public Sub AppendLineTo (
endpoint As PdfPoint
)
Parameters
- endpoint
- Type: BitMiracle.Docotic.Pdf.PdfPoint
The endpoint.
Remarks
See Also