Click or drag to resize

PdfPointSubtract Method (Double, Double)

Subtracts the specified values from the point's coordinates.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public PdfPoint Subtract(
	double x1,
	double y1
)

Parameters

x1
Type: SystemDouble
Displacement in the x-direction.
y1
Type: SystemDouble
Displacement in the y-direction.

Return Value

Type: PdfPoint
A point at the displaced location.
See Also