PdfPoint class
PDF page coordinates point.
In Pdf page coordinates, the origin is at the bottom-left corner and Y-axis is pointing upward. The unit is normally in points (1/72 inch).
Properties
Methods
-
differenceTo(
PdfPoint other) → Vector2 - Calculate the vector to another point.
-
distanceSquaredTo(
PdfPoint other) → double -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
rotate(
int rotation, PdfPage page) → PdfPoint - Rotate the point.
-
rotateReverse(
int rotation, PdfPage page) → PdfPoint - Rotate the point in reverse direction.
-
toString(
) → String -
A string representation of this object.
override
-
translate(
double dx, double dy) → PdfPoint - Translate the point.
Operators
-
operator ==(
Object other) → bool -
The equality operator.
override