| Rect2dBottomRight Property |
Coordinate of the right-most rectangle corner [Point2d(X+Width, Y+Height)]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 1.0.0
Syntax public Point2d BottomRight { get; }
Public ReadOnly Property BottomRight As Point2d
Get
public:
property Point2d BottomRight {
Point2d get ();
}
member BottomRight : Point2d with get
Property Value
Type:
Point2dSee Also