MapTColor, TDepthArea Property |
http://www.emgu.com
Get the area of this map as a rectangle
Namespace:
Emgu.CV
Assembly:
Emgu.CV.World (in Emgu.CV.World.dll) Version: 4.0.1.3373 (4.0.1.3373)
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