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