Overload | Description |
---|---|
PDFRenderingSurfaceBoundingBox Constructor() | Initializes an empty bounding box. |
PDFRenderingSurfaceBoundingBox Constructor(int,int,int,int) | Initializes a new bounding box with the specified coordinates. |
PDFRenderingSurfaceBoundingBox Constructor(PDFRenderingSurfaceBoundingBox) | Initializes a new bounding box with the given bounding box. |
PDFRenderingSurfaceBoundingBox Constructor(double,double,double,double) | Initializes a new bounding box with the specified coordinates. |