PdfRectangle Class

Encapsulates a rectangle coordinates

Definition

Namespace: Winnovative.Pdf.Chromium
Assembly: Winnovative.Pdf.Chromium (in Winnovative.Pdf.Chromium.dll) Version: 19.5.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

Bottom The Y coordinate of the bottom edge of the rectangle (Y + Height)
Height The rectangle height in points
Left The X coordinate of the left edge of the rectangle (same as X)
Right The X coordinate of the right edge of the rectangle (X + Width)
Top The Y coordinate of the top edge of the rectangle (same as Y)
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