Method Subtract
- Namespace
- BitMiracle.Docotic.Pdf
- Assembly
- BitMiracle.Docotic.Pdf.dll
Subtract(PdfPoint, PdfSize)
Translates a PdfPoint by the negative of a specified size.
public static PdfPoint Subtract(PdfPoint pt, PdfSize sz)
Parameters
pt
PdfPointThe PdfPoint to translate.
sz
PdfSizeThe PdfSize that specifies the numbers to subtract from the coordinates of
pt
.