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