FS_ |
The FS_RECTF type exposes the following members.
| Name | Description | |
|---|---|---|
| Contains | Determines if the specified point is contained within the rectangular region defined by this FS_RECTF. | |
| Equals(FS_RECTF) | Specifies whether this FS_RECTF contains the same coordinates of left, right, top and bottom edges as the specified rectangle. | |
| Equals(Object) |
Specifies whether this FS_RECTF contains the same coordinates of left, right, top and bottom edges as the specified object.
(Overrides ValueTypeEquals(Object)) | |
| GetHashCode |
Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode) | |
| Inflate | Enlarges a FS_RECTF structure by the specified amount. | |
| Intersect | Finds the intersection of the current rectangle and the specified rectangle, and stores the result as the current rectangle. | |
| IntersectsWith | Determines if this FS_RECTF intersects with rect. | |
| ToArray | Returns a PdfTypeArray representation of the rectangle. |