---
title: OffsetShape
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/offsetshape
---

# OffsetShape

A shape with a translation offset transform applied to it.

## Declaration

```swift
@frozen struct OffsetShape<Content> where Content : Shape
```

## Topics

### Creating an offset shape

- [init(shape:offset:)](swiftui/offsetshape/init(shape:offset:).md)

### Getting the shape’s characteristics

- [offset](swiftui/offsetshape/offset.md)
- [shape](swiftui/offsetshape/shape.md)

### Supporting types

- [animatableData](swiftui/offsetshape/animatabledata.md)

## Relationships

### Conforms To

- [Animatable](swiftui/animatable.md)
- [Copyable](swift/copyable.md)
- [Escapable](swift/escapable.md)
- [InsettableShape](swiftui/insettableshape.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [Shape](swiftui/shape.md)
- [View](swiftui/view.md)

## See Also

### Transforming a shape

- [ScaledShape](swiftui/scaledshape.md)
- [RotatedShape](swiftui/rotatedshape.md)
- [TransformedShape](swiftui/transformedshape.md)
