Rect2f Constructor (Point2f, Size2f)
|
Initializes a new instance of the
Rect2f class
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Rect2f(
Point2f location,
Size2f size
)
Public Sub New (
location As Point2f,
size As Size2f
)
public:
Rect2f(
Point2f location,
Size2f size
)
new :
location : Point2f *
size : Size2f -> Rect2f
OpenCvSharp.Rect2f = function(location, size);
Parameters
- location
- Type: OpenCvSharpPoint2f
- size
- Type: OpenCvSharpSize2f
See Also