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 Location { get; set; }Public Property Location As Point2d
	Get
	Set
public:
property Point2d Location {
	Point2d get ();
	void set (Point2d value);
}member Location : Point2d with get, set
function get_Location();
function set_Location(value);
Property Value
Type: 
Point2d See Also
See Also