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