Click or drag to resize

PdfPoint Methods

The PdfPoint type exposes the following members.

Methods
  NameDescription
Public methodAdd(PdfPoint)
Adds the specified point to this point's coordinates.
Public methodAdd(PdfSize)
Adds the specified size to this point's coordinates.
Public methodAdd(Double, Double)
Adds the specified values to the point's coordinates.
Public methodEquals(Object)
Equals - compares this Point with the passed in object.
(Overrides ObjectEquals(Object).)
Public methodEquals(PdfPoint)
Equals - compares this PdfPoint with the passed in object.
Public methodGetHashCode
Returns the hash code for this PdfPoint.
(Overrides ObjectGetHashCode.)
Public methodSubtract(PdfPoint)
Subtracts the specified point from this point's coordinates.
Public methodSubtract(PdfSize)
Subtracts the specified size from this point's coordinates.
Public methodSubtract(Double, Double)
Subtracts the specified values from the point's coordinates.
Public methodToString
Converts this PdfPoint to a human-readable string.
(Overrides ObjectToString.)
Top
See Also