| PdfPointAdd Method (Double, Double) |
Adds the specified values to the point's coordinates.
Namespace:
Opait.Pdf.Api
Assembly:
Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax public PdfPoint Add(
double x1,
double y1
)
Parameters
- x1
- Type: SystemDouble
Displacement in the x-direction. - y1
- Type: SystemDouble
Displacement in the y-direction.
Return Value
Type:
PdfPointA point at the displaced location.
See Also