PdfRectangle PropertiesTerminal Works - PDF Printing.Net Library

The PdfRectangle type exposes the following members.

Properties

  NameDescription
Public propertyHeight
Gets Y2 - Y1.
Public propertyIsEmpty
Tests whether all coordinate are zero.
Public propertyLocation
Gets or sets the coordinates of the first point of this PdfRectangle.
Public propertySize
Gets or sets the size of this PdfRectangle.
Public propertyWidth
Gets X2 - X1.
Public propertyX1
Gets or sets the x-coordinate of the first corner of this PdfRectangle.
Public propertyX2
Gets or sets the x-coordinate of the second corner of this PdfRectangle.
Public propertyY1
Gets or sets the y-coordinate of the first corner of this PdfRectangle.
Public propertyY2
Gets or sets the y-coordinate of the second corner of this PdfRectangle.
Top
See Also

Reference