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: 4.1.0.3408 (4.1.0.3408)
Syntax
public static implicit operator RotatedRect (
	RectangleF rectangle
)

Parameters

rectangle
Type: System.DrawingRectangleF
The rectangle

Return Value

Type: RotatedRect
The equivalent RotatedRect
See Also