Method Add
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Add(PdfPoint, PdfSize)
public static PdfPoint Add(PdfPoint pt, PdfSize sz)
Parameters
pt
PdfPointThe PdfPoint to translate.
sz
PdfSizeThe PdfSize that specifies the numbers to add to the coordinates of
pt
.