---
title: CVSenselSitingOffsets.Offset
framework: corevideo
role: symbol
role_heading: Structure
path: corevideo/cvsenselsitingoffsets/offset
---

# CVSenselSitingOffsets.Offset

Siting offset of a component, relative to pixel center.

## Declaration

```swift
struct Offset
```

## Overview

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:vertical:)](corevideo/cvsenselsitingoffsets/offset/init(horizontal:vertical:).md)

### Instance Properties

- [horizontal](corevideo/cvsenselsitingoffsets/offset/horizontal.md)
- [vertical](corevideo/cvsenselsitingoffsets/offset/vertical.md)

### Type Properties

- [zero](corevideo/cvsenselsitingoffsets/offset/zero.md)

## Relationships

### Conforms To

- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
