---
title: width
framework: accelerate
role: symbol
role_heading: Instance Property
path: accelerate/vimage/pixelbuffer/width
---

# width

The width of the pixel buffer.

## Declaration

```swift
var width: Int { get }
```

## See Also

### Inspecting a pixel buffer

- [height](accelerate/vimage/pixelbuffer/height.md)
- [size](accelerate/vimage/pixelbuffer/size.md)
- [channelCount](accelerate/vimage/pixelbuffer/channelcount.md)
- [rowStride](accelerate/vimage/pixelbuffer/rowstride.md)
- [byteCountPerPixel](accelerate/vimage/pixelbuffer/bytecountperpixel.md)
- [count](accelerate/vimage/pixelbuffer/count.md)
- [array](accelerate/vimage/pixelbuffer/array.md)
