# `GSLayer setWidthFast:`

*Instance Method*

same as `setWidth:` but without notifying and undo. Good when loading the layer

## Declaration

```swift
func setWidthFast(_ width: CGFloat)
```

```objc
- (void) setWidthFast:(CGFloat) width;
```

```python
setWidthFast_(width: float)
```

