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(
double x,
double y
)
VB
Public Sub AppendLineTo (
x As Double,
y As Double
)
Parameters
- x
- Type: System.Double
The x-coordinate of the endpoint. - y
- Type: System.Double
The y-coordinate of the endpoint.
Remarks
See Also