Click or drag to resize

PdfQuadrilateral Constructor

Overload List
  NameDescription
Public methodPdfQuadrilateral
Initializes a new empty instance of the PdfQuadrilateral class.
Public methodPdfQuadrilateral(PdfBounds)
Initializes a new instance of the PdfQuadrilateral class using the supplied bounds.
Public methodPdfQuadrilateral(PdfQuadrilateral)
Initializes a new instance of the PdfQuadrilateral class copying from the supplied quadrilateral.
Public methodPdfQuadrilateral(PdfPoint, PdfPoint, PdfPoint, PdfPoint)
Initializes a new instance of the PdfQuadrilateral class.
Public methodPdfQuadrilateral(Double, Double, Double, Double, Double, Double, Double, Double)
Initializes a new instance of the PdfQuadrilateral class using the eight values.
Top
See Also