Click or drag to resize

PdfPointAddition Operator (PdfPoint, PdfPoint)

Adds two instances of the PdfPoint class.

Namespace:  Opait.Pdf.Api
Assembly:  Opait.Pdf.Api (in Opait.Pdf.Api.dll) Version: 1.3.3.0
Syntax
C#
public static PdfPoint operator +(
	PdfPoint pt1,
	PdfPoint pt2
)

Parameters

pt1
Type: Opait.Pdf.ApiPdfPoint
The first point.
pt2
Type: Opait.Pdf.ApiPdfPoint
The second point.

Return Value

Type: PdfPoint
The addition of the two points.
See Also