PdfQuadrilateral Constructor |
Name | Description | |
---|---|---|
PdfQuadrilateral |
Initializes a new empty instance of the PdfQuadrilateral class.
| |
PdfQuadrilateral(PdfBounds) |
Initializes a new instance of the PdfQuadrilateral class using the supplied bounds.
| |
PdfQuadrilateral(PdfQuadrilateral) |
Initializes a new instance of the PdfQuadrilateral class copying from the supplied quadrilateral.
| |
PdfQuadrilateral(PdfPoint, PdfPoint, PdfPoint, PdfPoint) |
Initializes a new instance of the PdfQuadrilateral class.
| |
PdfQuadrilateral(Double, Double, Double, Double, Double, Double, Double, Double) |
Initializes a new instance of the PdfQuadrilateral class using the eight values.
|