Table of Contents
PdfRectangle Constructor
Overload List
Name Description
PdfRectangle(); Creates a new uninitialized instance of the PdfRectangle class.
PdfRectangle(float[]); Creates a new instance of the PdfRectangle class with the given coordinates.
PdfRectangle(float, float, float, float); Creates a new instance of the PdfRectangle class with the given coordinates.
See Also