PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render.renderingsurfaces Package / PDFRenderingSurfaceBoundingBox Class / PDFRenderingSurfaceBoundingBox Constructor / PDFRenderingSurfaceBoundingBox Constructor(double,double,double,double)
The x coordinate of the top left corner.
The y coordinate of the top left corner.
The x coordinate of the botom right corner.
The y coordinate of the botom right corner.
In This Topic
    PDFRenderingSurfaceBoundingBox Constructor(double,double,double,double)
    In This Topic
    Initializes a new bounding box with the specified coordinates.
    Syntax
    public PDFRenderingSurfaceBoundingBox( 
       double x1,
       double y1,
       double x2,
       double y2
    )

    Parameters

    x1
    The x coordinate of the top left corner.
    y1
    The y coordinate of the top left corner.
    x2
    The x coordinate of the botom right corner.
    y2
    The y coordinate of the botom right corner.
    See Also