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