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