| Rect2dLocation Property |
Coordinate of the left-most rectangle corner [Point2d(X, Y)]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public 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
Property Value
Type:
Point2dSee Also