The PdfRectangle type exposes the following members.
Properties
Name | Description | |
---|---|---|
Height |
Gets Y2 - Y1.
| |
IsEmpty |
Tests whether all coordinate are zero.
| |
Location |
Gets or sets the coordinates of the first point of this PdfRectangle.
| |
Size |
Gets or sets the size of this PdfRectangle.
| |
Width |
Gets X2 - X1.
| |
X1 |
Gets or sets the x-coordinate of the first corner of this PdfRectangle.
| |
X2 |
Gets or sets the x-coordinate of the second corner of this PdfRectangle.
| |
Y1 |
Gets or sets the y-coordinate of the first corner of this PdfRectangle.
| |
Y2 |
Gets or sets the y-coordinate of the second corner of this PdfRectangle.
|
See Also