# `GSTransformableElement`

*Class*

## Declaration

```swift
class GSTransformableElement
```

```objc
@interface GSTransformableElement : GSShape
```

```python
class GSTransformableElement(GSShape)
```

## Topics

### Instance Properties

- [`GSTransformableElement.angle`](/Core/GlyphsCore/GSTransformableElement/angle) — The angle.
- [`GSTransformableElement.scale`](/Core/GlyphsCore/GSTransformableElement/scale) — The scale.
- [`GSTransformableElement.slantHorizontal`](/Core/GlyphsCore/GSTransformableElement/slantHorizontal) — The slantHorizontal.
- [`GSTransformableElement.slantVertical`](/Core/GlyphsCore/GSTransformableElement/slantVertical) — The slantVertical.
- [`GSTransformableElement.transform`](/Core/GlyphsCore/GSTransformableElement/transform)
- [`GSTransformableElement.transformStruct`](/Core/GlyphsCore/GSTransformableElement/transformStruct) — The transformation of the component.
- [`GSTransformableElement.transformStructTemp`](/Core/GlyphsCore/GSTransformableElement/transformStructTemp)

### Instance Methods

- [`GSTransformableElement setTransformStructFast:grid:`](/Core/GlyphsCore/GSTransformableElement/setTransformStructFast:grid:)

## Relationships

### Inherits From

- [`GSShape`](/Core/GlyphsCore/GSShape)

### Inherited By

- [`GSComponent`](/Core/GlyphsCore/GSComponent)
- [`GSImage`](/Core/GlyphsCore/GSImage)

