|
Scanbot SDK
|
Represents a rectangle with floating-point coordinates in 2D space. More...
Public Member Functions | |
| __init__ (self, float x, float y, float width, float height) | |
| Initializes a new instance of the RectangleF class. | |
Represents a rectangle with floating-point coordinates in 2D space.
| __init__ | ( | self, | |
| float | x, | ||
| float | y, | ||
| float | width, | ||
| float | height ) |
Initializes a new instance of the RectangleF 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. |