GridDimensions

  • Defines the width and height of a pixel grid using integers.

  • Uses a JSON object with "width" and "height" fields to represent the grid dimensions.

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.