Table of Contents

Operator operator -

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

operator -(PdfPoint, PdfSize)

Translates a PdfPoint by the negative of a given PdfSize.

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

Parameters

pt PdfPoint

The PdfPoint to translate.

sz PdfSize

The PdfSize that specifies the numbers to subtract from the coordinates of pt.

Returns

PdfPoint

The translated PdfPoint.