| Rect2fContains Method (Single, Single) |
Determines if the specified point is contained within the rectangular region defined by this Rectangle.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public bool Contains(
float x,
float y
)
Public Function Contains (
x As Single,
y As Single
) As Boolean
public:
bool Contains(
float x,
float y
)
member Contains :
x : float32 *
y : float32 -> bool
Parameters
- x
- Type: SystemSingle
x-coordinate of the point - y
- Type: SystemSingle
y-coordinate of the point
Return Value
Type:
Boolean[Missing <returns> documentation for "M:OpenCvSharp.Rect2f.Contains(System.Single,System.Single)"]
See Also