PdfRectangle Constructor

Overload List

PdfRectangle Constructs an empty rectangle
PdfRectangle(RectangleFloat) Constructs a PDF rectangle based on the given .NET rectangle
PdfRectangle(Single, Single, Single, Single) Constructs a PDF rectangle with the given top left corner coordinates and the given width and height

See Also