PdfRectangle Constructor |
Name | Description | |
---|---|---|
PdfRectangle |
Initializes a new instance of the PdfRectangle class.
| |
PdfRectangle(IReadOnlyListPdfRectangle) |
Initializes a new instance of the PdfRectangle as the union
of the specified list of rectangles.
| |
PdfRectangle(PdfRectangle) |
Initializes a new instance as a copy of the specified PdfRectangle.
| |
PdfRectangle(XElement, Int32) |
Initializes a new instance of the PdfRectangle class from a serialized XML element.
| |
PdfRectangle(Double, Double, Double, Double) |
Initializes a new instance of the PdfRectangle class with specified coordinates.
|