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

# size

The size of the pixel buffer.

## Declaration

```swift
var size: vImage.Size { get }
```

## See Also

### Inspecting a pixel buffer

- [width](accelerate/vimage/pixelbuffer/width.md)
- [height](accelerate/vimage/pixelbuffer/height.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)
