PDF4Java.Render Reference Documentation
com.o2sol.pdf4java.render.renderingsurfaces Package / PDFRenderingSurfaceBoundingBox Class / PDFRenderingSurfaceBoundingBox Constructor / PDFRenderingSurfaceBoundingBox Constructor(int,int,int,int)
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(int,int,int,int)
    In This Topic
    Initializes a new bounding box with the specified coordinates.
    Syntax
    public PDFRenderingSurfaceBoundingBox( 
       int x1,
       int y1,
       int x2,
       int 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