<!--
{
  "availability" : [
    "iOS: 27.0.0 -",
    "iPadOS: 27.0.0 -",
    "macCatalyst: 27.0.0 -",
    "macOS: 27.0.0 -",
    "tvOS: 27.0.0 -",
    "visionOS: 27.0.0 -",
    "watchOS: 27.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "CoreVideo",
  "identifier" : "/documentation/CoreVideo/CVSenselSitingOffsets/Offset",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Core Video"
    ],
    "preciseIdentifier" : "s:9CoreVideo21CVSenselSitingOffsetsV6OffsetV"
  },
  "title" : "CVSenselSitingOffsets.Offset"
}
-->

# CVSenselSitingOffsets.Offset

Siting offset of a component, relative to pixel center.

```
struct Offset
```

## Overview

A positive offset value indicates that the sensel/component lies to the right of or below the center of its pixel,
while a negative value indicates that the sensel/component lies to the left of or above the center of its pixel.
Horizontal and vertical offset magnitudes are respectively in terms of the spacing between horizontally and
vertically-adjacent pixel centers.

## Topics

### Initializers

[`init(horizontal: Float32, vertical: Float32)`](/documentation/CoreVideo/CVSenselSitingOffsets/Offset/init(horizontal:vertical:))

### Instance Properties

[`var horizontal: Float32`](/documentation/CoreVideo/CVSenselSitingOffsets/Offset/horizontal)

[`var vertical: Float32`](/documentation/CoreVideo/CVSenselSitingOffsets/Offset/vertical)

### Type Properties

[`static let zero: CVSenselSitingOffsets.Offset`](/documentation/CoreVideo/CVSenselSitingOffsets/Offset/zero)

## Relationships

### Conforms To

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

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

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

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

---

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)