# Rectangle
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**x** | **f64** | X coordinate of top left corner of the rectangle. |
**y** | **f64** | Y coordinate of top left corner of the rectangle. |
**width** | **f64** | Width of the rectangle. |
**height** | **f64** | Height of the rectangle. |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)