PdfRectangle Constructor Terminal Works - PDF Printing.Net Library
Overload List

  NameDescription
Public methodPdfRectangle
Initializes a new instance of the PdfRectangle class.
Public methodPdfRectangle(XRect)
Initializes a new instance of the PdfRectangle class with the specified XRect.
Public methodPdfRectangle(PointF, PointF)
Initializes a new instance of the PdfRectangle class with two points specifying two diagonally opposite corners.
Public methodPdfRectangle(PointF, SizeF)
Initializes a new instance of the PdfRectangle class with the specified location and size.
Public methodPdfRectangle(XPoint, XPoint)
Initializes a new instance of the PdfRectangle class with two points specifying two diagonally opposite corners.
Public methodPdfRectangle(XPoint, XSize)
Initializes a new instance of the PdfRectangle class with the specified location and size.
Top
See Also

Reference