AI-generated Key Takeaways
-
The Dimensions resource represents the width and height in pixels.
-
It has two fields:
widthPixels
andheightPixels
, both of which are integers.
Dimensions.
JSON representation |
---|
{ "widthPixels": integer, "heightPixels": integer } |
Fields | |
---|---|
widthPixels |
The width in pixels. |
heightPixels |
The height in pixels. |