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