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