Get the area of this map as a rectangle

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

Syntax

C#
public RectangleF Area { get; }
Visual Basic (Declaration)
Public ReadOnly Property Area As RectangleF
Visual C++
public:
property RectangleF Area {
	RectangleF get ();
}

See Also