PdfPoint Operators |
The PdfPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| Addition(PdfPoint, PdfPoint) |
Adds two instances of the PdfPoint class.
| |
| Addition(PdfPoint, PdfSize) | ||
| Equality |
Checks two PdfPoint instances for equality.
| |
| Inequality |
Checks two PdfPoint instances for inequality.
| |
| Subtraction(PdfPoint, PdfPoint) |
Subtracts two instances of the PdfPoint class.
| |
| Subtraction(PdfPoint, PdfSize) | ||
| UnaryNegation |
Applies the unary negative sign to a PdfPoint.
|