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