RotatedRect Constructor (Point2f, Size2f, Single) OpenCvSharp Class Library
Initializes a new instance of the RotatedRect class

Namespace:  OpenCvSharp.CPlusPlus
Assembly:  OpenCvSharp.CPlusPlus (in OpenCvSharp.CPlusPlus.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public RotatedRect(
	Point2f center,
	Size2f size,
	float angle
)

Parameters

center
Type: OpenCvSharp.CPlusPlusPoint2f

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

size
Type: OpenCvSharp.CPlusPlusSize2f

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

angle
Type: SystemSingle

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

See Also

Reference