window_geometry
window_geometry
__init__(bottom_left: point, bottom_right: point, top_left: point, top_right: point)
Initialize window geometry with points defining the window corners.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
bottom_left
|
point
|
The bottom left corner of the window. |
required |
bottom_right
|
point
|
The bottom right corner of the window. |
required |
top_left
|
point
|
The top left corner of the window. |
required |
top_right
|
point
|
The top right corner of the window. |
required |