AI-generated Key Takeaways
-
Dimensions are represented using a JSON object with
widthPixels
andheightPixels
fields. -
Both
widthPixels
andheightPixels
fields are integers indicating the dimensions in pixels.
Dimensions.
JSON representation |
---|
{ "widthPixels": integer, "heightPixels": integer } |
Fields | |
---|---|
widthPixels |
The width in pixels. |
heightPixels |
The height in pixels. |