<!--
{
  "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/VTInt32Point",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Video Toolbox"
    ],
    "preciseIdentifier" : "c:@S@VTInt32Point"
  },
  "title" : "VTInt32Point"
}
-->

# VTInt32Point

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

```
struct VTInt32Point
```

## Overview

Use this structure to represent a point at an (x, y) location.

## Topics

### Creating a Point

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

Creates a size with coordinates equal to zero.

[`init(x:y:)`](/documentation/VideoToolbox/VTInt32Point/init(x:y:))

Creates a point with coordinates specified as integer values.

### Accessing the Coordinates

[`x`](/documentation/VideoToolbox/VTInt32Point/x)

The x-coordinate of the point.

[`y`](/documentation/VideoToolbox/VTInt32Point/y)

The y-coordinate of the point.

## Relationships

### Conforms To

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

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

---

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)