Click or drag to resize

RotatedRect Constructor

Initializes a new instance of the RotatedRect class

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

Parameters

center
Type: OpenCvSharpPoint2f
size
Type: OpenCvSharpSize2f
angle
Type: SystemSingle
See Also