---
title: TransformedShape
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/transformedshape
---

# TransformedShape

A shape with an affine transform applied to it.

## Declaration

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

## Topics

### Creating a transformed shape

- [init(shape:transform:)](swiftui/transformedshape/init(shape:transform:).md)

### Getting the shape’s characteristics

- [shape](swiftui/transformedshape/shape.md)
- [transform](swiftui/transformedshape/transform.md)

## Relationships

### Conforms To

- [Animatable](swiftui/animatable.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)
- [OffsetShape](swiftui/offsetshape.md)
