Click or drag to resize
RotatedRect  Conversion (RectangleF to RotatedRect)
http://www.emgu.com
Convert a RectangleF to RotatedRect

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntax
public static implicit operator RotatedRect (
	RectangleF rectangle
)

Parameters

rectangle
Type: System.DrawingRectangleF
The rectangle

Return Value

Type: RotatedRect
The equivalent RotatedRect
See Also