PdfPoint Methods |
The PdfPoint type exposes the following members.
| Name | Description | |
|---|---|---|
| Add(PdfPoint) |
Adds the specified point to this point's coordinates.
| |
| Add(PdfSize) |
Adds the specified size to this point's coordinates.
| |
| Add(Double, Double) |
Adds the specified values to the point's coordinates.
| |
| Equals(Object) |
Equals - compares this Point with the passed in object.
(Overrides ObjectEquals(Object).) | |
| Equals(PdfPoint) |
Equals - compares this PdfPoint with the passed in object.
| |
| GetHashCode |
Returns the hash code for this PdfPoint.
(Overrides ObjectGetHashCode.) | |
| Subtract(PdfPoint) |
Subtracts the specified point from this point's coordinates.
| |
| Subtract(PdfSize) |
Subtracts the specified size from this point's coordinates.
| |
| Subtract(Double, Double) |
Subtracts the specified values from the point's coordinates.
| |
| ToString |
Converts this PdfPoint to a human-readable string.
(Overrides ObjectToString.) |