| Rect2f Constructor (Point2f, Size2f) |
Constructor
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Parameters
- location
- Type: OpenCvSharpPoint2f
[Missing <param name="location"/> documentation for "M:OpenCvSharp.Rect2f.#ctor(OpenCvSharp.Point2f,OpenCvSharp.Size2f)"]
- size
- Type: OpenCvSharpSize2f
[Missing <param name="size"/> documentation for "M:OpenCvSharp.Rect2f.#ctor(OpenCvSharp.Point2f,OpenCvSharp.Size2f)"]
See Also