MapTColor, TDepthArea Property |
http://www.emgu.com
Get the area of this map as a rectangle
Namespace: Emgu.CVAssembly: Emgu.CV.World (in Emgu.CV.World.dll) Version: 3.1.0.2282 (3.1.0.2282)
Syntaxpublic RectangleF Area { get; }
Public ReadOnly Property Area As RectangleF
Get
public:
property RectangleF Area {
RectangleF get ();
}
member Area : RectangleF with get
Property Value
Type:
RectangleF
See Also