Get the smallest bouding rectangle

Namespace:  Emgu.CV
Assembly:  Emgu.CV (in Emgu.CV.dll) Version: 2.0.1.0 (2.0.1.0)

Syntax

C#
public virtual Rectangle BoundingRectangle { get; }
Visual Basic (Declaration)
Public Overridable ReadOnly Property BoundingRectangle As Rectangle
Visual C++
public:
virtual property Rectangle BoundingRectangle {
	Rectangle get ();
}

See Also