| Package | Description |
|---|---|
| com.itextpdf.kernel.geom |
| Modifier and Type | Method and Description |
|---|---|
AffineTransform |
AffineTransform.createInverse()
Creates a new
AffineTransform object that is invert of this AffineTransform object. |
void |
AffineTransform.inverseTransform(double[] src,
int srcOff,
double[] dst,
int dstOff,
int length)
Performs the inverse transformation on the source array of points and stores the result
in the destination array of points.
|
void |
AffineTransform.inverseTransform(float[] src,
int srcOff,
float[] dst,
int dstOff,
int length)
Performs the inverse transformation on the source array of points and stores the result
in the destination array of points.
|
Point |
AffineTransform.inverseTransform(Point src,
Point dst)
Performs the inverse transformation on the source point and stores the result in the destination point.
|
Copyright © 1998–2024 Apryse Group NV. All rights reserved.