# `GSInstance scaleBy:`

*Instance Method*

Scales the instance object.

## Declaration

```swift
func scale(by scale: CGFloat)
```

```objc
- (void) scaleBy:(CGFloat) scale;
```

```python
scaleBy_(scale: float)
```

## Parameters

- `scale` — The scale value.

