The Rectf type exposes the following members.
Properties
Name | Description | |
---|---|---|
![]() | Bottom |
Gets the y-coordinate that is the sum of the Y and Height property values of this CvRect structure.
|
![]() | BottomRight |
Coordinate of the right-most rectangle corner [Point2f(X+Width, Y+Height)]
|
![]() | Left |
Gets the x-coordinate of the left edge of this CvRect structure.
|
![]() | Location |
Coordinate of the left-most rectangle corner [Point2f(X, Y)]
|
![]() | Right |
Gets the x-coordinate that is the sum of X and Width property values of this CvRect structure.
|
![]() | Size |
Size of the rectangle [CvSize(Width, Height)]
|
![]() | Top |
Gets the y-coordinate of the top edge of this CvRect structure.
|
![]() | TopLeft |
Coordinate of the left-most rectangle corner [Point2f(X, Y)]
|
See Also