Click or drag to resize

Rect2f Constructor (Point2f, Size2f)

Constructor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Rect2f(
	Point2f location,
	Size2f size
)

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