PdfRectangle Class

The coordinates of a rectangle

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 16.4.0
C#
public class PdfRectangle
Inheritance
Object    PdfRectangle

Constructors

PdfRectangle Creates a rectangle given the top left coordinates and the size. The values are expressed in points, with 1 point = 1/72 inch

Properties

Height The rectangle height in points
Width The rectangle width in points
X The top left corner X coordinate in points
Y The top left corner Y coordinate in points

Methods

Equals
(Inherited from Object)
Finalize
(Inherited from Object)
GetHashCode
(Inherited from Object)
GetType
(Inherited from Object)
MemberwiseClone
(Inherited from Object)
ToString
(Inherited from Object)

See Also