Gets the y-coordinate of the top edge of this Rect2d structure.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic double Top { get; set; }
Public Property Top As Double
Get
Set
public:
property double Top {
double get ();
void set (double value);
}
member Top : float with get, set
function get_Top();
function set_Top(value);
Property Value
Type:
Double
See Also