| Rect2dBottom Property |
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: 1.0.0
Syntax public double Bottom { get; }
Public ReadOnly Property Bottom As Double
Get
public:
property double Bottom {
double get ();
}
member Bottom : float with get
Property Value
Type:
DoubleSee Also