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
PdfSizeThe PdfSize that specifies the numbers to subtract from the coordinates of
pt
.