Rect Properties OpenCvSharp Class Library

The Rect type exposes the following members.

Properties

  NameDescription
Public propertyBottom
Gets the y-coordinate that is the sum of the Y and Height property values of this Rect structure.
Public propertyBottomRight
Coordinate of the right-most rectangle corner [Point(X+Width, Y+Height)]
Public propertyLeft
Gets the x-coordinate of the left edge of this Rect structure.
Public propertyLocation
Coordinate of the left-most rectangle corner [Point(X, Y)]
Public propertyRight
Gets the x-coordinate that is the sum of X and Width property values of this Rect structure.
Public propertySize
Size of the rectangle [CvSize(Width, Height)]
Public propertyTop
Gets the y-coordinate of the top edge of this Rect structure.
Public propertyTopLeft
Coordinate of the left-most rectangle corner [Point(X, Y)]
Top
See Also

Reference