Represent an uninitialized MCvBox2D

Namespace: Emgu.CV.Structure
Assembly: Emgu.CV (in Emgu.CV.dll) Version: 2.2.1.1150 (2.2.1.1150)

Syntax

         
 C#  Visual Basic  Visual C++ 
public static MCvBox2D Empty { get; }
Public Shared ReadOnly Property Empty As MCvBox2D
	Get
public:
static property MCvBox2D Empty {
	MCvBox2D get ();
}

See Also