Click or drag to resize

RotatedRect Constructor

Constructor

Namespace:  OpenCvSharp
Assembly:  OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax
public RotatedRect(
	Point2f center,
	Size2f size,
	float angle
)

Parameters

center
Type: OpenCvSharpPoint2f

[Missing <param name="center"/> documentation for "M:OpenCvSharp.RotatedRect.#ctor(OpenCvSharp.Point2f,OpenCvSharp.Size2f,System.Single)"]

size
Type: OpenCvSharpSize2f

[Missing <param name="size"/> documentation for "M:OpenCvSharp.RotatedRect.#ctor(OpenCvSharp.Point2f,OpenCvSharp.Size2f,System.Single)"]

angle
Type: SystemSingle

[Missing <param name="angle"/> documentation for "M:OpenCvSharp.RotatedRect.#ctor(OpenCvSharp.Point2f,OpenCvSharp.Size2f,System.Single)"]

See Also