Class OperationQuadrilateral


  • public class OperationQuadrilateral
    extends Object
    Selects a rectangular area via it's 4 determining corner points. **important:** The quadrilateral's points shall be defined in the clockwise order: top-left, top-right, bottom-right, bottom-left **important:** Even though the PDF standard defines algorithms, that can handle self intersecting and overlapping quadrilaterals, such should be avoided to prevent unexpected results.