PdfPoint Class |
Namespace: Opait.Pdf.Api
public class PdfPoint : IEquatable<PdfPoint>
The PdfPoint type exposes the following members.
Name | Description | |
---|---|---|
PdfPoint |
Default constructor.
| |
PdfPoint(PdfPoint) |
Initializes a new instance of the PdfPoint class using another point.
| |
PdfPoint(Double, Double) |
Initializes a new instance of the PdfPoint class with the specified coordinates.
| |
PdfPoint(PdfPoint, Double, Double) |
Initializes a new instance of the PdfPoint class using a point on a circle.
| |
PdfPoint(Double, Double, Double, Double) |
Initializes a new instance of the PdfPoint class using a point on a circle.
|
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.) |
Name | Description | |
---|---|---|
Addition(PdfPoint, PdfPoint) |
Adds two instances of the PdfPoint class.
| |
Addition(PdfPoint, PdfSize) |
Moves a PdfPoint by 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) |
Subtract PdfSize from PdfPoint.
| |
UnaryNegation |
Applies the unary negative sign to a PdfPoint.
|
Name | Description | |
---|---|---|
Empty |
Represents a PdfPoint that has X and Y values set to zero.
| |
X |
Gets the x-coordinate of this Point.
| |
Y |
Gets the y-coordinate of this Point.
|