|
Scanbot SDK
|
Represents a rectangle with integer coordinates in 2D space. More...
Public Member Functions | |
| __init__ (self, int x, int y, int width, int height) | |
| Initializes a new instance of the Rectangle class. | |
Represents a rectangle with integer coordinates in 2D space.
| __init__ | ( | self, | |
| int | x, | ||
| int | y, | ||
| int | width, | ||
| int | height ) |
Initializes a new instance of the Rectangle class.
| x | The x-coordinate of the top-left corner of the rectangle. |
| y | The y-coordinate of the top-left corner of the rectangle. |
| width | The width of the rectangle. |
| height | The height of the rectangle. |