GridDimensions

  • Defines a rectangular area using pixel measurements for width and height.

  • Uses JSON format with 'width' and 'height' fields to represent pixel 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.