PdfRectangle Class

Encapsulates a rectangle coordinates

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.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