Example usage for Java com.itextpdf.text RectangleReadOnly fields, constructors, methods, implement or subclass
The text is from its open source code.
RectangleReadOnly(final float urx, final float ury) Constructs a RectangleReadOnly -object starting from the origin (0, 0). | |
RectangleReadOnly(final float urx, final float ury, final int rotation) Constructs a RectangleReadOnly -object starting from the origin (0, 0) and with a specific rotation (valid values are 0, 90, 180, 270). |