PdfPoint Operators

The PdfPoint type exposes the following members.

Operators

  NameDescription
Public operatorStatic memberAddition
Translates a PdfPoint by a given PdfSize.
Public operatorStatic memberEquality
Compares two PdfPoint structures. The result specifies whether the values of the PdfPoint.X and PdfPoint.Y properties of the two PdfPoint structures are equal.
Public operatorStatic memberInequality
Determines whether the coordinates of the specified points are not equal.
Public operatorStatic memberSubtraction
Translates a PdfPoint by the negative of a given PdfSize.

See Also