<!--
{
  "availability" : [
    "iOS: 6.0.0 -",
    "iPadOS: 6.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.8.0 -",
    "tvOS: 10.2.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "VideoToolbox",
  "identifier" : "/documentation/VideoToolbox/VTInt32Size",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Video Toolbox"
    ],
    "preciseIdentifier" : "c:@S@VTInt32Size"
  },
  "title" : "VTInt32Size"
}
-->

# VTInt32Size

A structure that represents a 32-bit integer size value.

```
struct VTInt32Size
```

## Overview

Use this structure to represent a size with a particular width and height.

## Topics

### Creating a Size

[`init()`](/documentation/VideoToolbox/VTInt32Size/init())

Creates a size with a width and height of zero.

[`init(width:height:)`](/documentation/VideoToolbox/VTInt32Size/init(width:height:))

Creates a size with a width and height.

### Accessing the Dimensions

[`width`](/documentation/VideoToolbox/VTInt32Size/width)

The width of the size.

[`height`](/documentation/VideoToolbox/VTInt32Size/height)

The height of the size.

## Relationships

### Conforms To

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`Sendable`](/documentation/Swift/Sendable)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)