Dimensions

classDimensions


Represents the dimensions of an image in pixels

Summary

Public constructors

Dimensions(width: Int, height: Int)

Public properties

Int

the height of the image in pixels

Int

the width of the image in pixels

Public constructors

Dimensions

Dimensions(width: Int, height: Int)
Parameters
width: Int

the width of the image in pixels

height: Int

the height of the image in pixels

Public properties

height

val heightInt

the height of the image in pixels

width

val widthInt

the width of the image in pixels

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2025-08-08 UTC.