Click or drag to resize

PdfRectangle Constructor

Overload List
  NameDescription
Public methodPdfRectangle
Initializes a new instance of the PdfRectangle class.
Public methodPdfRectangle(IReadOnlyListPdfRectangle)
Initializes a new instance of the PdfRectangle as the union of the specified list of rectangles.
Public methodPdfRectangle(PdfRectangle)
Initializes a new instance as a copy of the specified PdfRectangle.
Public methodPdfRectangle(XElement, Int32)
Initializes a new instance of the PdfRectangle class from a serialized XML element.
Public methodPdfRectangle(Double, Double, Double, Double)
Initializes a new instance of the PdfRectangle class with specified coordinates.
Top
See Also