GridDimensions

Specifies the dimensions of a pixel grid.

JSON representation
{
  "width": integer,
  "height": integer
}
Fields
width

integer

The width of the grid, in pixels.

height

integer

The height of the grid, in pixels.