Coordinate of the right-most rectangle corner [Point(X+Width, Y+Height)]
Namespace:
OpenCvSharp
Assembly:
OpenCvSharp (in OpenCvSharp.dll) Version: 3.4.1.20180605-33-CaRLSharp
Syntaxpublic Point BottomRight { get; }
Public ReadOnly Property BottomRight As Point
Get
public:
property Point BottomRight {
Point get ();
}
member BottomRight : Point with get
function get_BottomRight();
Property Value
Type:
Point
See Also