ElementBuilderMoveTo Method |
Set the current point.
Namespace:
pdftron.PDF
Assembly:
pdftron (in pdftron.dll) Version: 255.255.255.255
Syntax public void MoveTo(
double x,
double y
)
Public Sub MoveTo (
x As Double,
y As Double
)
public:
virtual void MoveTo(
[InAttribute] double x,
[InAttribute] double y
) sealed
Parameters
- x
- Type: SystemDouble
the x
- y
- Type: SystemDouble
the y
See Also