Overload List
| Name | Description | |
|---|---|---|
| PdfRectangle |
Initializes a new instance of the PdfRectangle class.
| |
| PdfRectangle(XRect) |
Initializes a new instance of the PdfRectangle class with the specified XRect.
| |
| PdfRectangle(PointF, PointF) |
Initializes a new instance of the PdfRectangle class with two points specifying
two diagonally opposite corners.
| |
| PdfRectangle(PointF, SizeF) |
Initializes a new instance of the PdfRectangle class with the specified location and size.
| |
| PdfRectangle(XPoint, XPoint) |
Initializes a new instance of the PdfRectangle class with two points specifying
two diagonally opposite corners.
| |
| PdfRectangle(XPoint, XSize) |
Initializes a new instance of the PdfRectangle class with the specified location and size.
|
See Also