<!--
{
  "availability" : [
    "iOS: -",
    "iPadOS: -",
    "macCatalyst: -",
    "macOS: -"
  ],
  "documentType" : "symbol",
  "framework" : "AVFoundation",
  "identifier" : "/documentation/AVFoundation/AVCaptionPoint/init(x:y:)",
  "metadataVersion" : "0.1.0",
  "role" : "Initializer",
  "symbol" : {
    "kind" : "Initializer",
    "modules" : [
      "AVFoundation"
    ],
    "preciseIdentifier" : "s:So14AVCaptionPointV1x1yABSo0A9DimensionV_AFtcfc"
  },
  "title" : "init(x:y:)"
}
-->

# init(x:y:)

Creates a caption point with x and y coordinates.

```
init(x: AVCaptionDimension, y: AVCaptionDimension)
```

## Parameters

`x`

The point’s x coordinate.

`y`

The point’s y coordinate.

---

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)