Click or drag to resize

PdfPoint Operators

The PdfPoint type exposes the following members.

Operators
  NameDescription
Public operatorStatic memberAddition(PdfPoint, PdfPoint)
Adds two instances of the PdfPoint class.
Public operatorStatic memberAddition(PdfPoint, PdfSize)
Moves a PdfPoint by PdfSize.
Public operatorStatic memberEquality
Checks two PdfPoint instances for equality.
Public operatorStatic memberInequality
Checks two PdfPoint instances for inequality.
Public operatorStatic memberSubtraction(PdfPoint, PdfPoint)
Subtracts two instances of the PdfPoint class.
Public operatorStatic memberSubtraction(PdfPoint, PdfSize)
Subtract PdfSize from PdfPoint.
Public operatorStatic memberUnaryNegation
Applies the unary negative sign to a PdfPoint.
Top
See Also