Operator operator +
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
operator +(PdfPoint, PdfSize)
public static PdfPoint operator +(PdfPoint pt, PdfSize sz)
Parameters
pt
PdfPointThe PdfPoint to translate.
sz
PdfSizeA PdfSize that specifies the pair of numbers to add to the coordinates of
pt
.