Click or drag to resize

PdfPointAddition Operator (PdfPoint, PdfSize)

Moves a PdfPoint by PdfSize.

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 pt,
	PdfSize size
)

Parameters

pt
Type: Opait.Pdf.ApiPdfPoint
The point to move.
size
Type: Opait.Pdf.ApiPdfSize
The size of the displacement.

Return Value

Type: PdfPoint
The moved point.
See Also