The Rectf type exposes the following members.
Methods
Name | Description | |
---|---|---|
Contains(Point2f) |
Determines if the specified point is contained within the rectangular region defined by this Rectangle.
| |
Contains(Rectf) |
Determines if the specified rectangle is contained within the rectangular region defined by this Rectangle.
| |
Contains(Single, Single) |
Determines if the specified point is contained within the rectangular region defined by this Rectangle.
| |
Equals(Object) |
Specifies whether this object contains the same members as the specified Object.
(Overrides ValueTypeEquals(Object).) | |
Equals(Rectf) |
Specifies whether this object contains the same members as the specified Object.
| |
FromLTRB | ||
GetHashCode |
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.) | |
GetType | (Inherited from Object.) | |
Inflate(Size2f) |
Inflates this Rect by the specified amount.
| |
Inflate(Single, Single) |
Inflates this Rect by the specified amount.
| |
Inflate(Rect, Int32, Int32) |
Creates and returns an inflated copy of the specified CvRect structure.
| |
Intersect(Rectf) |
Determines the CvRect structure that represents the intersection of two rectangles.
| |
Intersect(Rectf, Rectf) |
Determines the CvRect structure that represents the intersection of two rectangles.
| |
IntersectsWith |
Determines if this rectangle intersects with rect.
| |
ToString |
Converts this object to a human readable string.
(Overrides ValueTypeToString.) | |
Union(Rectf) |
Gets a CvRect structure that contains the union of two CvRect structures.
| |
Union(Rectf, Rectf) |
Gets a CvRect structure that contains the union of two CvRect structures.
|
See Also