---
title: RotatedShape
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/rotatedshape
---

# RotatedShape

A shape with a rotation transform applied to it.

## Declaration

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

## Topics

### Creating a rotated shape

- [init(shape:angle:anchor:)](swiftui/rotatedshape/init(shape:angle:anchor:).md)

### Getting the shape’s characteristics

- [anchor](swiftui/rotatedshape/anchor.md)
- [angle](swiftui/rotatedshape/angle.md)
- [shape](swiftui/rotatedshape/shape.md)

### Supporting types

- [animatableData](swiftui/rotatedshape/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)
- [OffsetShape](swiftui/offsetshape.md)
- [TransformedShape](swiftui/transformedshape.md)
