Click or drag to resize

Rect2d Constructor (Point2d, Size2d)

Constructor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public Rect2d(
	Point2d location,
	Size2d size
)

Parameters

location
Type: OpenCvSharpPoint2d

[Missing <param name="location"/> documentation for "M:OpenCvSharp.Rect2d.#ctor(OpenCvSharp.Point2d,OpenCvSharp.Size2d)"]

size
Type: OpenCvSharpSize2d

[Missing <param name="size"/> documentation for "M:OpenCvSharp.Rect2d.#ctor(OpenCvSharp.Point2d,OpenCvSharp.Size2d)"]

See Also