ElementBuilderLineTo Method |
Draw a line from the current point to the given point.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void LineTo(
double x,
double y
)
Public Sub LineTo (
x As Double,
y As Double
)
public:
virtual void LineTo(
[InAttribute] double x,
[InAttribute] double y
) sealed
Parameters
- x
- Type: SystemDouble
the x
- y
- Type: SystemDouble
the y
See Also