Table of Contents

Operator operator +

Namespace
BitMiracle.Docotic.Pdf
Assembly
BitMiracle.Docotic.Pdf.dll

operator +(PdfPoint, PdfSize)

Translates a PdfPoint by a given PdfSize.

public static PdfPoint operator +(PdfPoint pt, PdfSize sz)

Parameters

pt PdfPoint

The PdfPoint to translate.

sz PdfSize

A PdfSize that specifies the pair of numbers to add to the coordinates of pt.

Returns

PdfPoint

The translated PdfPoint.