public interface IOperatorConverter
Modifier and Type | Method and Description |
---|---|
String[] |
makeCoordinatesAbsolute(String[] relativeCoordinates, double[] initialPoint)
Convert an array of relative coordinates to an array with the same size containing absolute coordinates.
|
String[] makeCoordinatesAbsolute(String[] relativeCoordinates, double[] initialPoint)
relativeCoordinates
- the initial set of coordinates
initialPoint
- an array representing the point relative to which the relativeCoordinates are defined
Copyright © 1998–2023 iText Group NV. All rights reserved.