EllipseRotatedRect Property |
http://www.emgu.com
The RotatedRect representation of this ellipse
Namespace: Emgu.CV.StructureAssembly: Emgu.CV (in Emgu.CV.dll) Version: 3.0.0.2161 (3.0.0.2161)
Syntaxpublic RotatedRect RotatedRect { get; set; }
Public Property RotatedRect As RotatedRect
Get
Set
public:
property RotatedRect RotatedRect {
RotatedRect get ();
void set (RotatedRect value);
}
member RotatedRect : RotatedRect with get, set
Property Value
Type:
RotatedRect
See Also