<div class='sourceset sourceset-android'>Android</div>

```kotlin
public class IntVolumeSize(public val width: Int, public val height: Int, public val depth: Int)
```

Represents the size of a volume in pixels.

This class provides a convenient way to store and manipulate the [width](/jetpack-compose/androidx.xr.compose/compose/functions/width), [height](/jetpack-compose/androidx.xr.compose/compose/functions/height), and [depth](/jetpack-compose/androidx.xr.compose/compose/functions/depth)
of a 3D volume in pixels. It also provides methods to convert to and from `FloatSize3d` in
meters.

Note: As with all `Int` values in Compose XR, the values in this class represent pixels.

## Companion Object

#### Properties

<div class='sourceset sourceset-android'>Android</div>

```kotlin
public val Zero: IntVolumeSize
```

An [IntVolumeSize](/jetpack-compose/androidx.xr.compose/compose/classes/IntVolumeSize) with all dimensions set to 0.