Back to Devexpress

PdfRectangle Members

officefileapi-devexpress-dot-pdf-dot-pdfrectangle-dot-underscore-members.md

latest4.3 KB
Original Source

PdfRectangle Members

A rectangle used to describe locations on a page and bounding boxes for various PDF objects.

Constructors

NameDescription
PdfRectangle(Double, Double, Double, Double)Initializes a new instance of the PdfRectangle class with the specified settings.

Properties

NameDescription
BottomGets the PdfRectangle‘s bottom coordinate.
BottomLeftGets the PdfRectangle‘s bottom left coordinate.
BottomRightGets the PdfRectangle‘s bottom right coordinate.
CenterGets the rectangle’s center coordinate.
HeightGets the PdfRectangle‘s height.
LeftGets the PdfRectangle‘s left coordinate.
RightGets the PdfRectangle‘s right coordinate.
TopGets the PdfRectangle‘s top coordinate.
TopLeftGets the PdfRectangle‘s top left coordinate.
TopRightGets the PdfRectangle‘s top right coordinate.
WidthGets the PdfRectangle‘s width.

Methods

NameDescription
Contains(PdfPoint)Determines whether a point is inside the current rectangle.
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether or not the specified object is equal to the current PdfRectangle instance.
GetHashCode()Serves as the default hash function.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

PdfRectangle Class

DevExpress.Pdf Namespace