Coordinate of the left-most rectangle corner [Point(X, Y)]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Point TopLeft { get; }
Public ReadOnly Property TopLeft As Point
Get
public:
property Point TopLeft {
Point get ();
}
member TopLeft : Point with get
Property Value
Type:
Point
See Also