Gets the y-coordinate that is the sum of the Y and Height property values of this Rect2d structure.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double Bottom { get; }
Public ReadOnly Property Bottom As Double
Get
public:
property double Bottom {
double get ();
}
member Bottom : float with get
Property Value
Type:
Double
See Also