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