The CvRect type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Contains(CvPoint) |
Determines if the specified point is contained within the rectangular region defined by this Rectangle.
| |
| Contains(CvRect) |
Determines if the specified rectangle is contained within the rectangular region defined by this Rectangle.
| |
| Contains(Int32, Int32) |
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(CvRect) |
Specifies whether this object contains the same members as the specified Object.
| |
| FromLTRB |
Creates a CvRect with the specified upper-left and lower-right corners.
| |
| GetHashCode |
Returns a hash code for this object.
(Overrides ValueTypeGetHashCode.) | |
| GetType | (Inherited from Object.) | |
| Inflate(CvSize) |
Inflates this CvRect by the specified amount.
| |
| Inflate(Int32, Int32) |
Inflates this CvRect by the specified amount.
| |
| Inflate(CvRect, Int32, Int32) |
Creates and returns an inflated copy of the specified CvRect structure.
| |
| Intersect(CvRect) |
Determines the CvRect structure that represents the intersection of two rectangles.
| |
| Intersect(CvRect, CvRect) |
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(CvRect) |
Gets a CvRect structure that contains the union of two CvRect structures.
| |
| Union(CvRect, CvRect) |
Gets a CvRect structure that contains the union of two CvRect structures.
|
See Also