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