The dimensions of a visual asset.
Fields
width
: Number — required
The width of the asset in pixels.
height
: Number — required
The height of the asset in pixels.
Examples
{
"width": 1920,
"height": 1080
}
The dimensions of a visual asset.
width
: Number — required
The width of the asset in pixels.
height
: Number — required
The height of the asset in pixels.
{
"width": 1920,
"height": 1080
}
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-29 UTC.