---
title: ScaledShape
framework: swiftui
role: symbol
role_heading: Structure
path: swiftui/scaledshape
---

# ScaledShape

A shape with a scale transform applied to it.

## Declaration

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

## Topics

### Creating a scaled shape

- [init(shape:scale:anchor:)](swiftui/scaledshape/init(shape:scale:anchor:).md)

### Getting the shape’s characteristics

- [anchor](swiftui/scaledshape/anchor.md)
- [scale](swiftui/scaledshape/scale.md)
- [shape](swiftui/scaledshape/shape.md)

### Supporting types

- [animatableData](swiftui/scaledshape/animatabledata.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

- [RotatedShape](swiftui/rotatedshape.md)
- [OffsetShape](swiftui/offsetshape.md)
- [TransformedShape](swiftui/transformedshape.md)
