GridDimensions

  • This content defines the dimensions of a pixel grid.

  • It specifies the grid's width and height, measured in pixels.

  • Both width and height are represented as integers in a JSON format.

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.