PDFRenderingSurfaceBoundingBox Constructor(int,int,int,int)
In This Topic
Initializes a new bounding box with the specified coordinates.
Syntax
public PDFRenderingSurfaceBoundingBox(
int ,
int ,
int ,
int
)
|
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