Instance Method
setWidthFast(_:)setWidthFast:setWidthFast_
same as setWidth: but without notifying and undo. Good when loading the layer
Declaration
func setWidthFast(_ width: CGFloat)Declaration
- (void) setWidthFast:(CGFloat) width;Declaration
setWidthFast_(width: float)