1 #ifndef __PBIO_API__PBIO__RECTANGLE_H_4b09c81da6d04740b80cbd2a1f3a3313
2 #define __PBIO_API__PBIO__RECTANGLE_H_4b09c81da6d04740b80cbd2a1f3a3313
59 #endif // __PBIO_API__PBIO__RECTANGLE_H_4b09c81da6d04740b80cbd2a1f3a3313
int width
Width of the rectangle.
Definition: Rectangle.h:47
int x
X coordinate of the top-left corner.
Definition: Rectangle.h:33
Rectangle(int x, int y, int width, int height)
Constructor.
Definition: Rectangle.h:26
int height
Height of the rectangle.
Definition: Rectangle.h:54
Rectangle in an image.
Definition: Rectangle.h:12
Rectangle()
Default constructor.
Definition: Rectangle.h:19
int y
Y coordinate of the top-left corner.
Definition: Rectangle.h:40