Table of Contents
PdfRectangle Constructor (Single, Single, Single, Single)

Creates a new instance of the PdfRectangle class with the given coordinates.

Syntax
 public PdfRectangle(
   float x1,
   float y1,
   float x2,
   float y2
);

Parameters

x1
Left top x.
y1
Left top y.
x2
Right bottom x.
y2
Right bottom y.
See Also