Click or drag to resize

FS_RECTF Methods

The FS_RECTF type exposes the following members.

Methods
 NameDescription
Public methodContains Determines if the specified point is contained within the rectangular region defined by this FS_RECTF.
Public methodEquals(FS_RECTF) Specifies whether this FS_RECTF contains the same coordinates of left, right, top and bottom edges as the specified rectangle.
Public methodEquals(Object) Specifies whether this FS_RECTF contains the same coordinates of left, right, top and bottom edges as the specified object.
(Overrides ValueTypeEquals(Object))
Public methodGetHashCode Returns the hash code for this instance.
(Overrides ValueTypeGetHashCode)
Public methodInflate Enlarges a FS_RECTF structure by the specified amount.
Public methodIntersect Finds the intersection of the current rectangle and the specified rectangle, and stores the result as the current rectangle.
Public methodIntersectsWith Determines if this FS_RECTF intersects with rect.
Public methodToArray Returns a PdfTypeArray representation of the rectangle.
Top
See Also