Dimensions

  • Dimensions are represented using a JSON object with widthPixels and heightPixels fields.

  • Both widthPixels and heightPixels fields are integers indicating the dimensions in pixels.

Dimensions.

JSON representation
{
  "widthPixels": integer,
  "heightPixels": integer
}
Fields
widthPixels

integer

The width in pixels.

heightPixels

integer

The height in pixels.