| Rect2fLocation 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 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
Property Value
Type:
Point2fSee Also