The PdfRectangle type exposes the following members.
Methods
Name | Description | |
---|---|---|
Clone |
Clones this instance.
| |
Contains(PointF) |
Determines if the specified point is contained within this PdfRectangle.
| |
Contains(RectangleF) |
Determines if the rectangular region represented by rect is entirely contained within this PdfRectangle.
| |
Contains(PdfRectangle) |
Determines if the rectangular region represented by rect is entirely contained within this PdfRectangle.
| |
Contains(XPoint) |
Determines if the specified point is contained within this PdfRectangle.
| |
Contains(XRect) |
Determines if the rectangular region represented by rect is entirely contained within this PdfRectangle.
| |
Contains(Double, Double) |
Determines if the specified point is contained within this PdfRectangle.
| |
Equals |
Tests whether the specified object is a PdfRectangle and has equal coordinates.
(Overrides ObjectEquals(Object).) | |
GetHashCode |
Serves as a hash function for a particular type.
(Overrides ObjectGetHashCode.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString |
Returns the rectangle as a string in the form «[x1 y1 x2 y2]».
(Overrides ObjectToString.) | |
ToXRect |
Returns the rectangle as an XRect object.
|
See Also