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