RectContains Method (Rect)
|
Determines if the specified rectangle is contained within the rectangular region defined by this Rectangle.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic bool Contains(
Rect rect
)
Public Function Contains (
rect As Rect
) As Boolean
public:
bool Contains(
Rect rect
)
member Contains :
rect : Rect -> bool
Parameters
- rect
- Type: OpenCvSharpRect
rectangle
Return Value
Type:
Boolean
See Also