| Rect2fTop Property |
Gets the y-coordinate of the top edge of this Rect2f structure.
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public float Top { get; set; }
Public Property Top As Single
Get
Set
public:
property float Top {
float get ();
void set (float value);
}
member Top : float32 with get, set
Property Value
Type:
SingleSee Also